@charset "utf-8";
/* -----------------------------------------------------------
CSS Information

 ! File name:      index.css
 ! Style Info:     indexのスタイル設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #fff url(../img/index_bg.gif) repeat-x 0% 0%;
	line-height: 1.8;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
/*----------------------------------------------------
	Link
----------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*span icon_pdf--*/
span.icon_pdf {
	margin-left:8px;
	padding-left: 30px;
	background: url(../img/icon_pdf.gif) no-repeat 0% 60%;
	font-size: 80%;
}
/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-block; /*IE7対策*/
}
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
 


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/

#header {
	height: 67px;
	position: relative;
}
/*	logo
----------------------------------------------------*/
h1#logo {
	width: 50px;
	height: 40px;
	padding: 12px 0 7px 19px;
	float: left;
}
/*	globalnavi
----------------------------------------------------*/

#header ul#globalnavi {
	margin: 32px 0 0 0;
	float: right;
}
ul#globalnavi li {
	float: left;
}
/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main_left{
	float:left;
}
#main_right{
	float:left;
	width:220px;
	height:381px;
	background:url(../img/main_side_bg.jpg) no-repeat right bottom;
}
#main_right dl{
	font-size:11px;
	line-height:1.2;
	width:185px;
	padding:10px 15px 0px 15px;
}
#main_right dl dt{
	padding-left:0.8em;
	margin-bottom:0.3em;
	background:url(../img/icon_arrow.gif) no-repeat left 50%;
}
#main_right dl dd{
	border-bottom:1px solid #868280;
	padding-bottom:0.3em;
	margin-bottom:0.5em;
}
#main_right #bnrarea{
	text-align:center;
	padding:110px 0 0;
}
#main_navi {
	width:950px;
}
#main_navi li {
	float: left;
}
#sub_area {
	5px;
}
#sub_left {
	width: 555px;
	padding-left: 0px;
	float: left;
}
#sub_left h3 {
	margin-bottom: 0.5em;
	width: 555px;
}
#sub_left h3  img{
	float:left;
}
#sub_left h3 #sbm1{
	float:left;
	padding-left: 330px;
}
#sub_left h3 #sbm2{
	float:left;
	padding-left: 350px;
}
#sub_left h3 #rss img{
	float:right;
}
#sub_left ul {
	width: 547px;
	margin-left: 10px;
}
#sub_left li {
	margin-bottom: 0.5em;
	background: url(../img/index_bar.gif) repeat-x left bottom                                                                ;
	line-height: 2;
}
#sub_right {
	width: 360px;
	margin-left: 0px;
	float: left;
	padding-left: 10px;
}

#sub_right ul li {
	float:left;
	width:170px;
	padding-left: 10px;
}
.new {
	margin-left: 0px;
	padding-left: 34px;
	background: url(../img/index_icon-new.gif) no-repeat 0% 50%;
}
.non_new {
	margin-left: 0px;
	padding-left: 34px;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	margin-top: 30px;
	padding-bottom: 32px;
}
#footer #b_logo {
	width: 61px;
	height: 27px;
	padding: 13px 0 0 22px;
	float: left;
}
#footer ul {
	width:269px;
	margin-top: 12px;
	float: right;
}
#footer ul li {
	float: left;
}
#footer #copy {
	clear: both;
	text-align: right;
}

