@charset "shift-jis";
/* CSS Document */

BODY{
	margin: 0 0;
	padding: 0 0;
	background-image: url('./common_pics/bk_body.jpg');
	}

a:link	{
	color: #486D94;
	text-decoration: underline;
	}

a:visited	{
	color: #486D94;
	text-decoration: underline;
	}

a:hover	{
	color: #CC0000;
	text-decoration: none;
	}

H1.short	{
	display: block;
	width: 30%;
	padding-top : 6px;
	padding-right : 4px;
	padding-bottom : 2px;
	padding-left: 20px;
	background-image: url('common_pics/bk_h1.jpg');
	background-repeat: no-repeat;
	font-size: 16px;
	}

H1.long	{
	display: block;
	width: 50%;
	padding-top : 6px;
	padding-right : 4px;
	padding-bottom : 2px;
	padding-left: 20px;
	background-image: url('common_pics/bk_h1_long.jpg');
	background-repeat: no-repeat;
	font-size: 16px;
	}

H2.ylw	{
	display: block;
	width: 60%;
	height: 30px;
	margin-left: 50px;
	padding-top : 4px;
	padding-right : 4px;
	padding-left: 10px;
	background-image: url('common_pics/bk_h2.jpg');
	background-repeat: repeat-x;
	font-size: 16px;
	}

H2.grn	{
	display: block;
	width: 60%;
	height: 30px;
	margin-left: 50px;
	padding-top : 4px;
	padding-right : 4px;
	padding-left: 10px;
	background-image: url('common_pics/bk_h2_grn.jpg');
	background-repeat: repeat-x;
	font-size: 16px;
	}

H2.blu	{
	display: block;
	width: 60%;
	height: 30px;
	margin-left: 50px;
	padding-top : 10px;
	padding-right : 4px;
	padding-left: 10px;
	background-image: url('common_pics/bk_h2_blu.jpg');
	background-repeat: repeat-x;
	font-size: 16px;
	}

H2	{
	display: block;
	width: auto;
	height: 30px;
	margin-left: 30px;
	padding-top : 6px;
	padding-right : 4px;
	padding-left: 40px;
	background-image: url('common_pics/bk_h2_leaf.jpg');
	background-repeat: no-repeat;
	font-size: 16px;
/*	border-bottom: 2px solid #DDD; */
	}

H3	{
	}


#wrap{
	width: 776px;
	height: auto;
	min-height: 600px;
	background-image: url('./common_image/bk_wrap.jpg');
	background-repeat: repeat-y;
	}

#discription_header{
	width: 740px;
	padding: 4px 10px;
	height: auto;
	background-color: #330000;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	}

#header{
	width: 752px;
	height: 90px;
	background-image: url('common_pics/bk_header.jpg');
	background-repeat: repeat-x;
	text-align: left;
	padding-left: 8px;
	}
/*
#header_content0{
	position: relative;
	left: 20px;
	}
*/

.orange_square1{
	background-image:url('common_pics/orange_square.gif');
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
	font-size: 11px;
	line-height: 0.9em;
	}	

#bread_crumb{
	width: 740px;
	padding-left: 20px;
	height: auto;
	background-color: #486D94;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	}

#bread_crumb a:link{
	color: #FFF;
	text-decoration: underline;
	}

#bread_crumb a:visited{
	color: #FFF;
	text-decoration: underline;
	}

#bread_crumb a:hover{
	color: #F00;
	text-decoration: underline;
	}

#inner{
	width: 760px;
	padding: 0px 0px;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	}

.content	{
	width: 720px;
	padding: 20px 20px;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	}
	

#upper	{
	width: 100%;
	padding: 0px 0px;
	height: auto;
	background-color: #FFFFFF;
	}	

#upper_left{
	width: 510px;
	margin: 0px; 
	text-align: left;
	height: auto;
	background-color: #FFF;
	float :left;
	}

#upper_left_inner{
	padding: 0px;
	height: 230px;
	overflow: scroll;
	}

#upper_right{
	width: 206px;
	margin: 2px;
	padding: 4px;
	text-align: left;
	height: 640px;
	overflow: scroll;
	background-color: #FFF;
	border: 1px solid #999;
	float :right;
	font-size: 12px;
	}

#lower	{
	width: 740px;
	padding: 0px 10px;
	height: auto;
	background-color: #FFFFFF;
	}	

*html #lower	{
	position: relative;
	top: -4px;
	}

.column1	{
	padding: 6px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	line-height: 1.6em;
	}	

/*
*html .column1	{
	position: relative;
	top: -4px;
	}
*/

#inner_middle{
	width: 60%;
	margin-left: 8px; 
	text-align: left;
	height: auto;
	background-color: #FFF;
	border: 1px solid #FDD;
	float :left;
	}

#footer0{
	width: 720px;
	padding: 4px 20px;
	height: auto;
	background-color: #666666;
	color: #FFFFFF;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	}

#footer0 a:link{
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer0 a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	}

#footer0 a:hover{
	color: #FF0000;
	text-decoration: none;
	}

#footer{
	width: 740px;
	padding: 4px 10px;
	height: auto;
	background-color: #330000;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	}

.dot_g{
	height: 3px;
	margin: 10px;
	background-image: url('common_image/dot_line_glay.gif');
	background-repeat: repeat-x;
	width: 80%;
	align: center
		}



/* 表セル体裁 */

TD.column3	{
	padding: 6px;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	line-height: 1.6em;
	}

TD.caption{
	width: 60%;
	font-size: 14px;
	color: #333333;
	vertical-align:text-top;
	}

TD.photos img{
	margin-left: 15px;
	border: 1px solid #333333;
	}

/* 文字体裁 */

.red	{
	color: #EE0000;
	}

.red11	{
	color: #EE0000;
	font-size: 11px;
	}

.blue	{
	color: #486D94;
	}

.titles{
	font-weight: 600;
	}


.blk12	{
	color: #333333;
	font-size: 12px;
	}

/* 3段組み */
.left_1of3
	{
	width: 220px;
	margin-right: 15px;
	float: left;
	}

.left_2of3
	{
	width: 220px;
	float: left;
	}

.left_3of3
	{
	width: 220px;
	margin-left: 15px;
	float: left;
	}

/* 2段組み */
.left_1of2
	{
	width: 330px;
	margin-right: 20px;
	margin-top: 14px;
	margin-bottom: 14px;
	float: left;
	text-align:justify;
	line-height: 1.4em;
	}

.left_2of2
	{
	width: 330px;
	margin-top: 14px;
	margin-bottom: 14px;
	float: left;
	text-align:justify;
	line-height: 1.4em;
	}

/* 囲み */

.box_plum{
	width: auto;
	height: auto;
	padding: 15px 15px;
	background-color: #CCFFCC;
	border: 1px solid #AADDAA;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	}

.box_pink{
	width: auto;
	height: auto;
	padding: 10px 10px;
	background-color: #FFF5F5;
	border: 1px solid #FF66FF;
	color: #333333;
/*	font-size: 12px; */
	line-height: 1.4em;
	}

.box_purple{
	width: 80%;
	height: auto;
	padding: 10px 10px;
	margin-left: 10%;
	border: 3px solid #DDC1FD;
	color: #333333;
/*	font-size: 12px; */
	line-height: 1.4em;
	}

.line_blue{
	width: 60px;
	height: auto;
	padding: 6px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #99FFFF;
	border: 1px solid #009999;
	color: #333333;
	}
