@charset "EUC-JP";
/* CSS Document */

/*-----------------------------------------
//
//　templetes_pattan1専用CSS
//
//-----------------------------------------*/

/*bg----------------------------*/

#bg{
	width:800px;
	margin:auto;
	background-color:#FFF8F0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/*templetes_header----------------------------*/
#templetes_header{
	height:125px;
	background-image:url(images/templetes/bgimage.gif);
	background-repeat:no-repeat;
}

.templetes_header_title{
	height:75px;
}

.templetes_header_menu_space{
	height:36px;
	padding:5px 15px 5px 15px;
}
.templetes_header_menu{
	width:154px;
	float:left;
}


/*templetes_left----------------------------６０６ピクセルの幅でコンテンツを表示*/
#templetes_left{
	width:144px;
	background-color:#FFF8F0;
	float:left;
	height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


#templetes_left ul { 
	margin:0px; 
	padding :0px; 
	list-style-type : none; 
}
#templetes_left li { 
	padding:0px; 
	margin:0px; 
}
#templetes_left a {
	background-image:url(images/common/mark_over.jpg);
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:2.2em;
	font-size:13px;
	color:#000000;
}
#templetes_left a:hover {
	background-image:url(images/common/mark.jpg);
	text-decoration:none;
	background-repeat:no-repeat; 
	padding-left:15px;
	line-height:2.2em;
	font-size:13px;
	color:#663300;
}

#templetes_left_submenu a {
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:2.2em;
	font-size:13px;
	color:#000000;
	background-image: none;
}
#templetes_left_submenu a:hover {
	text-decoration:none;
	background-repeat:no-repeat; 
	padding-left:15px;
	line-height:2.2em;
	font-size:13px;
	color:#663300;
	background-image: none;
}

#templetes_left_iventprogram a {
	padding:0px;
	background-image: none;
	color:#FF0000;
	font-size:11px;
	text-decoration:none;
}
#templetes_left_iventprogram a:hover {
	padding:0px;
	background-image: none;
	color:#FF0000;
	font-size:11px;
	text-decoration:underline;
}


#templetes_left_iventreport a {
	padding:0px;
	background-image: none;
	color:#0099CC;
	font-size:11px;
	text-decoration:none;
}
#templetes_left_iventreport a:hover {
	padding:0px;
	background-image: none;
	color:#0099CC;
	font-size:11px;
	text-decoration:underline;
}


/*large-table*/
#temletes_left_large_table table{
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
}
#temletes_left_large_table th
{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	
	background-color:#663300;
	
	padding:3px;
}
#temletes_left_large_table td{
	font-weight:normal;
	text-align:left;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:3px;
	background-color:#FFFF99;
}




/*small-table*/
#temletes_left_small_table table{
	border-width:1px;
	border-style:solid;
	border-color:#663300;
}
#temletes_left_small_table td{
	font-weight:normal;
	text-align:center;

	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:1px;
	background-color:#FFFFFF;
}






/*templetes_right--------------------------599ピクセルの幅でコンテンツを表示（左にボーダー1）--*/
#templetes_right{
	width:600px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #663300;
	float:left;
	height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.templetes_right_link{
	height:30px;

}

.templetes_right_title{
	height:70px;
}

.templetes_right_title_text{
	height:30px;
}

.templetes_right_content{
	padding-left:10px;
}

/*footer----------------------------*/

#footer{
	background-color: #FFF8F0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
}

.footer_menu{
	padding:5px 15px 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.footer_mark{
	vertical-align:text-bottom;
}

.footer_address{
	padding:10px 15px 5px 15px;
	width:540px;
	background-color: #FFF8F0;
	float:left;
}

.footer_access{
	padding:40px 15px 5px 0px;
	width:180px;
	background-color: #FFF8F0;
	float:right;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #663300;
}
