@charset "UTF-8";

/* 基本
---------------------------------------------*/
body {
	color: #333333;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
}
img {
	vertical-align: top;
}
a {
	color: #003399;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #3366CC;
	text-decoration: none;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}




/* ヘッダー
---------------------------------------------*/
#header {
    height: 70px;
	position: relative;
	padding-bottom: 4px;
	background: url(../images/header_bg.gif) left bottom repeat-x;}
#logo {
    float: left;
	padding: 11px 0;
}
h1 {
    display: block;
	text-decoration: none;
	font-weight: lighter;
	width: 200px;
	height: 25px;
	margin-left: 500px;
	padding-top: 10px;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}
#header #sub {
	font-size: 10px;
	color: #990000;
	margin-top: 5px;
	margin-left: 500px;
}

/* グローバルナビゲーション
---------------------------------------------*/
#globalNavigation {
	height: 34px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #70747C;
	border-right: 1px solid #70747C;
	border-left: 1px solid #70747C;
	background: #7F858D url(images/gn_bg.gif) repeat-x;
}
#globalNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#globalNavigation li {
	float: left;
	height: 34px;
	margin: 0px;
	padding: 0px;
	background: url(images/gn_li_bg.gif) right top repeat-y;
	list-style-type: none;
	line-height: 34px;
}
#globalNavigation li a {


}
#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #5F626A;
}

/* 下階層への導入部分
---------------------------------------------*/
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 16px;
}
#content #primary {
	float: left;
	width: 570px;
}

#contents #top_img {
    float: left;
    width: 570px;
    height: 210px;
	padding: 5px;
	background-color: #E8E6D0;
	border: none;
}

 h2{
    display: block;
	text-decoration: none;
	font-weight: lighter;
	margin-left:;
	padding-left: 20px;
	font-size: 15px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/0048FF_h2.gif) ;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
	color: #666666;
}

#img_center {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#box_A{
	width: 560px;
	height: 130px;
	border: 1px solid #D9D9D9;
	margin: 0px 0px 20px 0px;
	padding:0px 10px 0px 0px;
}
#box_A h3{
	font-size: 15px;
	line-height: 15px;
	color: #555555;
	margin: 5px 0px 1px 0px;
	padding:0px 0px 1px 0px;
}
#img_left_A {
    float: left;
    width:;
    height:;
	padding:15px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/*
テーブル
-------------------------------------------------------------------*/
#box_table {
    float: left;
	width: 570px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

th{
    width: 150px;
    text-align: left;
    color: #595959;
	padding:10px 0px 10px 15px;
	border: 1px solid #DADADA;
	background-color: #FFEEEE;
}
td{
    width: 420px;
    color: #595959;
	padding:10px 0px 10px 10px;
	border: 1px solid #DADADA;
}
table{
	margin:auto;
}



/* トップページ
---------------------------------------------*/


#lead p.leadSentence {
	line-height: 1.8;
	margin-bottom: 20px;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .section {
	width: 275px;
}
#lead .column #leadPurpose,
#lead .column #leadTerms {
	float: left;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess {
	float: right;
}
#lead .column .section h2 {
    color: #333333;
	font-size: 14px;
	padding-left: 0px;
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: bold;
	line-height: 30px;
	background: url(images/lead_a_bg.gif) left center no-repeat;
}
#lead .column .section h2 a {
    color: #666666;
	display: block;
	width: ; /* for WinIE6 */
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #D9D9D9;
	background: url(images/lead_a_bg.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column .section h2 a:active {
	background: url(images/lead_a_bg.gif) right center no-repeat;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: right;
	width: 170px;

}
#side_d {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#side_d h3 {
    color: #000000;
    font-size: 12px;
	text-align: center;
	line-height: 35px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-image: url(images/side_h3.gif);
	background-color: #999999
}

#side_d ul {
    list-style-type: none;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ECECEC;
}

#side li {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1AA;
	
}
#side_d li a {
    display: block;
	font-size: 12px;
	text-decoration:none;
	color:#666666;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}


#side_d li a:hover {
    width: 150px;
	background-color: #E6E6E6;
	color: #000000;
	text-decoration: none;
	line-height: 30px;

}


#side img {
	border:none;
}

#side #img_top {
    height: 170px;
    padding: 50px 0px 0px 26px;
    margin: 0px 0px 6px 0px;
	background-image: url(images/side_top.jpg) ;
	background-repeat: no-repeat;
}

#side #img_center {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side p {
	padding: 0px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 0px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 50px;
}

#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
	list-style-type: none;
}
#footerNavigation li a {
	display: block;
	padding-left: 6px;
	background: url(../images/arrow_small.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 726px; /* for WinIE6,7 */
	padding: 20px 17px;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1;
}
