@charset "UTF-8";

/*reset*/
ul { margin:0; padding:0; }
ul li { list-style:none; }
img { max-width:100%;}
.clearfix { clear:both; }
a { color:#666; text-decoration:underline; }
a:hover { text-decoration:none; }

body {
	background: #eee;
	line-height:1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}

#header_info,
#my_title,
#navi_trunk,
#my_main,
#explore_menu,
#page_spot,
#text_stream,
#company{}

#header_info,
#page_spot,
#my_main { width: 856px; margin: 0 auto;}
#my_main #text_stream { width: 69%;float: left;padding-right: 2%;}
#my_main #explore_menu { width: 29%;float: right;}

/*header*/
#header_info {
	background: url('../img/mainimg_rirakuzeisyonhogusu.jpg') no-repeat;
	margin: 0 auto;
	height: 286px;
}

#header_info #my_title {
	padding-left: 10px;
	color: #300040;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 30px 0 10px 235px;
}
#my_title p {
	margin: 0;
	padding-left: 235px;
	text-align: left;
}


/*nav*/
#navi_trunk {
	float: left;
	width: 218px;
	height: 286px;
	text-align: center;
}
#navi_trunk ul {}
#navi_trunk ul li {
	float: none;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 17px;
}

#navi_trunk ul li a {
	padding: 8px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFF;
}

#navi_trunk ul li a:hover { 
	background: #ccf;
	color: #000;
}

/*pankuzu*/
#page_spot { font-size: 12px;}
#page_spot a { text-decoration: none;}
#page_spot a:hover { text-decoration: underline;}


#page_spot a:hover { 
	text-decoration: underline;
}

h2 {
	background: #000 url('../img/headbg_rirakuzeisyonhogusu.png') no-repeat;
	margin: 0; 
	padding: 8px 0 0 85px;
	height: 33px; 
	font-size: 15px; 
	color: #eee;
}

/*main*/
#my_main { padding-bottom: 10px; }
#my_main ul li{ padding-bottom:5px;}


/*main>content*/
#my_main #text_stream { }
#my_main #text_stream a { color: #666;}
#my_main #text_stream a:hover { color: #000;}
.content_box {
	background: #fff;
	clear: both;
	margin:0 0 20px;
}

.content_box p {
	width: 94%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 13px;
	color: #000;
}

/*main>sub*/
#explore_menu { 
	background: #300040;
	font-size: 12px;
}
	#explore_menu a { text-decoration: none;color: #fff;}
	#explore_menu a:hover { color: #666;}
	#explore_menu img { width:90%; padding: 5%;}
h3 {
	height: 30px;
	margin: 0;
	padding: 7px 0 0 15px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
}
#explore_menu ul {
	padding-left: 15px;
}


/*sitemap*/
ul.sitemap_list {
	padding: 10px 30px;
	font-size: 14px;
}

#my_main #text_stream ul.sitemap_list li a {
	text-decoration: none;
	color: #000;
}

#my_main #text_stream ul.sitemap_list li a:hover {
	text-decoration: underline;
	color: #000;
}

/*footer*/
#company {
	clear: both;
	text-align: center;
	font-size: 12px; 
}
#company p { color:#000;}
#company a { color: #300040; text-decoration:underline;}
#company a:hover { text-decoration: none;}
