@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background-color: #E7E7E7;
}
img {
	border: none;
}

/* ロゴ
---------------------------------------------*/
#header {
	background-color: #2D78BF;
	padding-top: 90px;
	width:950px
}
#logo {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 267px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 12em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background: #E8E8E8 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #50B622 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 950px;
	padding: 25px 0;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	width:950px;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 950px;
		margin-right: -200px;
	}
	#advertisement {
		float: right;
		width: 190px;
	}
	
	/* ステップ2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 950px;
		margin-left: -200px;
	}
	#secondary {
		float: left;
		width: 200px;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
		margin: 0 200px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#primary h2{
font-size: 140%;
font-weight:bold;
color: #FF6600
}

#primary h3{
font-size: 140%;
font-weight:bold;
color:#FF6600
}

#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#primary strong{
	color:#FF0000;
	font-weight: bold;
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #666666;
}

/* リスト
---------------------------------------------*/

	/* 共通
	---------------------------------------------*/
	#primary .list,#secondary .list,#advertisement .list li {
		margin-bottom: 20px;
	}
	#primary .list li,#secondary .list li{
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/arrow.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	#advertisement .list li{
		margin: 5px 0 0 15px;
		padding-left: 15px;
		background: url(../images/linetribg3green11x11.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
		padding: 3px 10px;
		background-color: #F3F3F3;
		border-left: 5px solid #2D78BF;
		border-bottom: 1px solid #CCCCCC;
	}
	#secondary .list h2 {
		padding: 3px 15px;
		color: #FFFFFF;
		background-color: #2D78BF;
	}
	#advertisement .list h3{
	padding: 3px 15px;
	    text-align:center;
		color: #FFFFFF;
		background-color: #FF9900;
	}
	
	#main ul.subsection_tabs {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	height: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#main{
	height:505px;
	}
#main ul.subsection_tabs li {
	float: left;
	margin-right: 7px;
	text-align: center;
}

#main ul.subsection_tabs li a {
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	height: 20px;
	padding: 0pt 6px;
	width: 80px;
}

#main ul.subsection_tabs li a:hover {
	color: #666666;
}

#main ul.subsection_tabs li a.active {
	background-color: #DD0000;
}

#modal_container {
    padding:5px;
    background-color:#FFFFCC;
    border:1px solid #666;
    overflow:auto;
    font-family:"Lucida Grande",Verdana;
    font-size:12px;
    color:#333;
    text-align:left;
}
#load{
 display:none;
}
#load2{
 display:none;
}
#load3{
 display:none;
}