/*--------------------------------------------------------
common
--------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #fff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	padding: 0;
	margin: 0;
	color: #555555;
}

img {
	border: none;
	}
	
a {
	color: #AE1B13;
	}

a:hover {
	text-decoration: underline;
	}
	
/*--------------------------------------------------------
wrap
--------------------------------------------------------*/

#wrap {
	width: 780px;
	margin: 5px auto;
	}

/*--------------------------------------------------------
header
--------------------------------------------------------*/

#header {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	height: 95px;
	}

#header h1 {
	font-size: 60%;
	font-weight: normal;
	}

#header p {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 5px 0 0 13px;
	line-height: 120%;
	}

#header p a {
	color: #1F2D5E;
	text-decoration: none;
	}

#header p a:hover {
	color: #838CD1;
	text-decoration: none;
	}

/*--------------------------------------------------------
top_menu
--------------------------------------------------------*/

#top_menu {
	background: #263463 url(../img/menu.jpg) no-repeat;
	top: 75px;
	position: absolute;
	width: 750px;
	line-height: 50px;
	padding-left: 30px;
	}

#top_menu li {
	float:left;
	list-style-type:none;
	}

#top_menu li a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	color: #ffffff;
	}

#top_menu li a:hover {
	color:#ffffff;
	text-decoration:none;
	background: #E4C046 url(../img/menuover.jpg) repeat-x;
	}

/*--------------------------------------------------------
content
--------------------------------------------------------*/
	
#content p {
	line-height: 17px;
	margin-bottom: 5px;
	}

/*--------------------------------------------------------
topic_path
--------------------------------------------------------*/

div#topic_path {
	margin: 0 0 0 8px;
	padding: 17px 0 0 0;
	}
	
div#topic_path a {
	text-decoration: none;
	}
	
div#topic_path a:hover {
	text-decoration: underline;
	}
	
/*--------------------------------------------------------
left_menu
--------------------------------------------------------*/

#left_menu {
	padding: 40px 0;
	width: 210px;
	float: left;
	}

#left_menu h3 {
	font-size: 80%;
	font-weight: bold;
	border: none;
	padding: 0 0 0 10px;
	margin: 0;
	color: #ffffff;
	background: #1F2D5E url(../img/sidebarh2.jpg) no-repeat;
	height: 30px;
	line-height:30px;
	}
	
#left_menu ul {
	list-style-type: none;
	padding: 10px 0 20px 10px;
	}
	
#left_menu ul li {
	padding: 2px 0 3px 0;
	}
	
#left_menu ul li a {
	color: #AE1B13;
	font-weight: 100;
	display: block;
	text-decoration: none;
	font-size: 80%;
	}
	
#left_menu ul li a:hover {
	text-decoration: underline;
	}

/*--------------------------------------------------------
right_content
--------------------------------------------------------*/

#right_content {
	padding: 30px 0;
	width: 540px;
	float: right;
	font-size: 12px;
	text-align: justify;
	}
	
#right_content h2 {
	border: 1px solid #E5E5E7;
	background-color: #F6F6F8;
	color: #666666;
	padding: 8px 0 7px 7px;
	margin: 10px 0 13px 0;
	font-family: verdana;
	font-size: 140%;
	letter-spacing: -1px;
	}
	
/*
#right_content h2 a {
	text-decoration: none;
	font-size: 120%;
	letter-spacing: -1px;
	}
	
#right_content h2 a:hover {
	text-decoration: underline;
	}
*/

#right_content div.top_photo {
	margin: 0 10px 0 0;
	float: left;
	border :solid 1px #E5E5E7;
	}
	
#right_content ul {
	list-style: none;
	}
	
#right_content li {
	padding: 0 0 12px 0;
	}

#right_content ul img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	}
	
#right_content div.more {
	text-align: right;
	}
	
#right_content div.more img {
	vertical-align: middle;
	}
	
#right_content div.more a {
	margin: 0 0 0 8px;
	}
	
/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#footer {
	font-size: 80%;
	color: #aaa;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #eee url(../img/footer.jpg) no-repeat;
	}

#footer a { 
	color: #aaa;
	text-decoration: none;
	}

#footer a:hover {
	color: #aaa; 
	text-decoration: underline;
	}