/*
** ページ構造に関するCSS ******************************
*/
body{
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
}

center{
}

/*--------------- ヘッダー ---------------*/
div.header{
	position: relative;
	z-index: 0;
	margin: 30px 0px 20px 0px;
	text-align: center;
	font-family: Arial,Georgia,Helvetica,San-serif;
}
h1 img{
	border: 0px;
}

p.header_no{
	width: 946px;
	position: relative;
	z-index: 1;
	margin: 30px 0px -115px 0px;
	padding-right: 20px;
	text-align: right;
	line-height: 1.5;
	color: #ffffff;
	font-size: 14pt;
	text-decoration: none;
	/*border: solid 1px #808080;*/
}

/*---------------  ---------------*/
div.wrapper{
	width: 946px;
	margin-top: 10px;
	padding-bottom: 13px;
	background-color: #ffffff;
	border: solid 1px #808080;
}

/*--------------- 言語チェンジ ---------------*/
div.lang{
	width: 946px;
	margin-top: 10px;
	text-decoration: none;
	text-align: right;
	font-size: 10.5pt;
	font-family: Arial,Georgia,Helvetica,San-serif;
}

/*--- サイトURL ---*/
div.url{
	margin: 15px 25px 10px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 10.5pt;
	font-family: Arial,Georgia,Helvetica,San-serif;
	/*border: solid 1px #808080;*/
	line-height: 25px;
	letter-spacing: 1px;
}

/*--- その他、補足事項 ---*/
div.other{
	margin: 0px 0px 20px 30px;
	text-align: left;
	font-size: 10.5pt;
	font-family: Arial,Georgia,Helvetica,San-serif;
	line-height: 25px;
	letter-spacing: 1px;
}

/*--------------- フッター ---------------*/
div.footer{
	width: 946px;
	height: 200px;
	margin: 20px 0px 20px 0px;
	background-image: url(../img/footer_web.gif);
	background-repeat: no-repeat;
	text-align: center;
	/*color: #ffffff;*/
	font-size: 10.5pt;
	font-family: Arial,Georgia,Helvetica,San-serif;
	border: solid 1px #ffffff;
}

div.footer p{
	margin: 15px 0px 0px 15px;
}

/*
** コンテンツに関するCSS ******************************
*/
div.content{
	padding: 0px 30px 10px 30px;
	font-size: 10.5pt;
	/*border: solid 1px #808080;*/
}

h2{
	text-align: left;
	font-size: 12.5pt;
	margin-bottom: -2px;
}

h3{
	width: 900px;
	height: 33px;
	margin-bottom: 3px;
	padding: 5px 0px 0px 15px;
	text-align: left;
	font-size: 11.5pt;
}

.title_blue{
	background-image: url(../img/contents_title.gif);
	background-repeat: no-repeat;
}

.title_red{
	background-image: url(../img/contents_title_red.gif);
	background-repeat: no-repeat;
}

.title_yellow{
	background-image: url(../img/contents_title_yellow.gif);
	background-repeat: no-repeat;
}

h4{
	margin: 5px 0px -5px 0px;
}

div.col1{
	width: 872px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 10px;
	background-image: url(../img/content_web.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial,Georgia,Helvetica,San-serif;
	border: solid 1px #808080;
}

div.col1 p{
	margin: 5px 0px 10px 0px;
}

div.col2{
	width: 890px;
	text-align: left;
	font-family: Arial,Georgia,Helvetica,San-serif;
}

div.col2 p{
	margin: 0px 0px 0px 15px;
	text-indent: 10px;
}

div.col2 img{
	border: 0px;
	margin-right: 20px;
}

h5 img{
	margin: 0px 0px 20px 10px;
}

p.link_top{
	text-align: right;
	text-decoration: none;
}


/*--------------- センテンス、装飾 ---------------*/
p{
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	font-family: Arial,Georgia,Helvetica,San-serif;
}
.no_deco{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h3 a:hover{
	text-decoration: none;
}

/*--------------- nkjm ---------------*/
div.fig_right{
	float: right;
	padding: 12px;
}

div.fig_left{
	float: left;
	padding: 12px;
}

div.fig_right img{
	margin-right:auto;
	margin-left:auto;
}

div.fig_title{
	font-size: 9pt;
	text-align: center;
}



