﻿/* CSS Document */

body { 
	padding: 0; 
	margin: 0;  
	color: #454545; 
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;	
		
}

h1 { 	 
	font-size: 15px; 
	color: #737373;
}




#wapper {
	margin: auto;
	width: 794px;
	height: auto;
	background: #ffffff url(../images/bg.gif) repeat-y top;
}


#content {
	margin:  auto;
	padding: 0px;
	width: 780px;
	height: auto;
}

#header { 
	height: 50px; 
	width: 780px;
	margin: 0 7px 0 7px;
	background: #eee url(../images/tse_log.gif);
}



#header a{
	color: #ffffff;
	text-decoration: none;	
}

#header h1 { 
	font-size: 10px; 
	color: #ffffff;
	text-align: right;
	margin: 0 5px 4px 0;
}

#menu{
	border-top:#ffffff    1px solid;
	border-bottom:#ffffff    1px solid;
	margin: 0 7px 0 7px;
	list-style-type:none;
	width: auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	background:transparent url("../images/black.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}

#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
}

#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:13PX;
	height:24px;
}

#menu li a:hover{
	background:transparent url("../images/blue.gif") repeat-x top left;	
}

#images_box{
	height: auto; 
}

#left {
	float: left;
	width: 60%;
	height: auto;
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	font-size: 13px;
}

#left_box {
	font-size: 13PX;
	margin: 10px 0px 15px 0; 
	background: #f5f5f5;
	padding: 3px 0;
}
	
	#left h3 {
	padding: 7px 0 7px 5px;
	margin: 0 0 10px 0;
	background: #f5f5f5;
	border-top:#4169e1 5px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333;
}

#left p {	
	margin: 0 0 5px 0;
}


#left strong{	
	font-weight: normal; 
	color: red;
	font-size: 13PX;
}


#right {
	font-size: 13px;
	float: right;
	width: 30%;
	height: auto; 
	margin: 10px 30px 0 0px;
}

#right .red {	
	color: red;

}

* html #right {
	font-size: 13px;
	float: right;
	width: 30%;
	height: auto; 
	margin: 10px 15px 0 0px;
}

#right h3 {
	padding: 7px 0 7px 5px;
	margin: 0 0 10px 0;
	background:#F5F5F5;
	border-top:#4169e1 5px solid;
	font-size: 14px;
	font-weight: bold;
	color:#333;
}

#right p {	
	margin: 0 0 5px 0;
}
#right_box {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 5px 0;
	border-left: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

#footer { 
	font-size: 10px;
	margin: 0 7px 0 7px;
	color: #FFF;
	clear:  both;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background: url(../images/title_bg.gif);
	line-height: 1.5em;
}