@charset "UTF-8";

/* サイト共通部分の設定 */

/* 基本設定 */
body {
	/* 余白 */
	margin: 0px;
	padding: 0px;
	/* フォントの種類（閲覧環境により指定順の該当フォントで表示） */
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka, Arial, Verdana, Helvetica, Sans-serif;
	/* フォントサイズ */
	font-size:0.8em;
	/* フォントの色 */
	color:#333333;
	/* 行間 */
	line-height:1.8;

}

/* IE7用ハック */
/* 文字サイズの再指定（可変） */
*:first-child+html body {
	font-size:90%;
}

/* IE6以下用ハック */
/* 文字サイズの再指定（可変） */
* html body {
	font-size:90%;
}

/* リンクの共通設定 */
a{
	/* アウトラインを消す */
	color:#369;
	outline-width:0;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}



/* タグの初期化 */
h1,h2,h3,h4,h5,h6,img,ul,li,p,a,table,td,dl{
	margin:0px;
	padding:0px;
	border:none;
}

h1,h2{
	font-size:1.2em;
	font-weight:bold;
	margin: 30px 0px;
	padding:0px;
	font-weight:normal;
}


h3{
	color:#066;
	font-size:1em;
	/* 行間 */
	line-height:1.5;
	margin:10px 0px 0px 0px;
	padding:0px;
}
	
h5{
	color:#066;
	font-size:0.9em;
	margin:10px 0px 0px 0px;
	padding:0px;
}


/* リンクの共通設定 */
a{
	/* アウトラインを消す */
	outline-width:0;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

.clearfix {
  display:block;
  position: relative;
  top: 0px;
  bottom: 0px;
}


#logo{
	margin-left:15px;
}

#contents{
	width:940px;
	margin:auto;
}


#main{
	width:940px;
	margin:0px;
	padding:0px;
}


/* ナビゲーション*/

nav {
	display:block;
	width: 940px;
	xheight: 32px;
	padding: 0px;
	margin:0px;
}

nav ul{
	float:left;

}

nav li{
	float:left;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}


#nav li{
	float:left;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

/*トップコンテンツ左側*/
#top_main_left {
	width: 500px;
	float:left;
	margin-right:19px;
	padding-top:20px;
}

.left {
	float:left;
	width:280px;
	margin-right:40px;
	clear:both;
	list-style:none;
}

.left li{
	margin-bottom:10px;
	list-style:none;
}

.right {
	float:left;
	
}

.right li{
	margin-bottom:10px;
	list-style:none;
}

/*トップコンテンツ右側*/
#top_main_right {
	width:421px;
	float:right;
	position:relative;
}

/*一覧はこちらから*/
.syu_btn{
	position:absolute;
	top: 0px;
	right: 0px;	
}

/*矢印*/
.link_txt{
	text-indent: 10px;
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 10px;
	padding-bottom: 10px;
}



/*フッターコンテンツ*/
#footer_wrap{
	clear:both;
	font-size:0.8em;
	background:url(../images/footer_line.gif);
	background-repeat:repeat-x;
}

.footer_con{
	width:940px;
	margin:auto;
}

.co2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8px;
	line-height: -10px;
}



/* 共通設定
---------------------------------------------------- */

.mar20{
	margin:20px 0px;
}

.mar_30{
	margin:30px 0px;
}

.mar_left45{
	margin-left:45px;
}

.mar_50{
	margin:50px 0px;
}

.mar_top20{
	margin-top:20px;
}

.mar_bottom30{
	margin-top:30px;
}

.mar_bottom50{
	margin-bottom:50px;
}

.pad_20{
	padding-left:20px;
}

.red{
	color:#900;
}

.blue{
	color:#03C;
}

.green{
	color:#066;
	font-weight:bold;
}

.blue_12 {
    color: #0B4CFF;
    font-size: 12px;
    line-height: 19px;
}