@charset "utf-8";

/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 17px;
	top: 3px;
	font-size: 18px;
	color: #FFFFFF;
}



/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
	scrollbar-base-color:#E6E6E6}
body {
	font-size: 75%;
	line-height: 2.0;
	color: #333333;
	background-color: #E7E7E7;
	list-style-type: circle;
	list-style-position: outside;
	letter-spacing: 0.1em;
}
img {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 4px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
a:hover img {
	border: thin outset #c4b09c;
}
/* ロゴ
---------------------------------------------*/
#header {
	background-color: #2654B4;
	padding-top: 150px;
	background-image: url(../images/header_thai.png);
	background-position: right top;
	background-repeat: repeat;
}
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 450px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #0E3192;
	font-size: 7px;
	background-image: url(../images/GIF%20Test.gif);
}
#logo img {
	position: absolute;
	left: -9999px;
}
.noframe {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
 .noframe a:hover {
	border: thin outset #c4b09c;
}{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
/* パンくずリスト
---------------------------------------------*/
#topicPath {
	height: 50px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #E5E5E5;
	font-size: 90%;
	line-height: 1.2;
}
#topicPath li {
	float: left;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 32px;
	background: #EEEEEE url(../images/topicpath_li_bg.gif) left center no-repeat;
}
#topicPath li.first {
	padding-left: 30px;
	background: #EEEEEE url(../images/topicpath_li_bg_first.gif) left center no-repeat;
}
#topicPath li.last {
	background: #FFFFFF url(../images/topicpath_li_bg_last.gif) left center no-repeat;
}
/* テーブル
---------------------------------------------*/
tablle {
	border:solid 1px #000000
}
th {
	padding 10px;
	text-align:center;
	background-color:#2D78BF;
	border-right:solid 2px #DDDDDD;
	border-bottom:solid 2px #DDDDDD;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
td {
	padding 10px;
	text-align:left;
	background-color:#EEEEEE;
	border-right:solid 2px #DDDDDD;
	border-bottom:solid 2px #DDDDDD;
	padding-right: 10px;
	padding-left: 10px;
}

/* ナビゲーション
---------------------------------------------*/
#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: 109px;
	margin: 0;
	padding: 0;
}
#globalNav li a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #4C924D;
	background-image: url(../images/list_bg.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#globalNav li a:hover {
		background-color: #297E27; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}
/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	list-style-type: circle;
	list-style-position: outside;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	list-style-type: circle;
}
#lead .column .section {
	width: 48%;
	list-style-type: circle;
}
#lead .column #leadPurpose,
#lead .column #leadTerms {
	float: left;
	padding-right: 20px;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess {
	float: left;
	list-style-type: circle;
}
#lead .column .section h2 {
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h2 a {
	display: block;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

/* 幅可変の3段組レイアウト
---------------------------------------------*/
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	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;
	letter-spacing: 0em;
}

	/* ステップ1
	---------------------------------------------*/
	#content {
		float: left;
		width: 100%;
		margin-right: -355px;
	}
	#advertisement {
	float: left;
	width: 190px;
	text-align: center;
	margin-top: 5px;
	border: thin solid #000000;
	padding-top: 3px;
	}
	/* ステップ2
	---------------------------------------------*/
	#primary {
    float: left;
    width: 58%;
    padding-left: 3%;
    /*margin-left: -200px;*/
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	}
	#secondary {
	float: left;
	width: 200px;
	list-style-image: none;
	}
	
	/* ステップ3
	---------------------------------------------*/
	#primary * {
	/*margin: 0 208px 0 225px;*/
	list-style-image: none;
	list-style-image: none;
	}
	#primary * * {
	margin: 0 0 0 0;
	list-style-type: disc;
	list-style-image: url(../images/arrow%201.gif);
	list-style-position: outside;
	list-style-image: none;
	}

/* 記事本文
---------------------------------------------*/
#primary h1 {
	font-size: 150%;
	font-weight: bold;
	display: block;
	background-image: url(../images/global_nav_bg.gif);
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-left-width: thin;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF6600;
	background-repeat: repeat-x;
}
#primary h2 {
    font-size: 117%;
    font-weight: bold;
    display: block;
    /*background-image: url(../images/navi/global_nav_bg.gif);*/
    border-bottom-width: 1px;
    /*border-left-width: 1px;*/
    border-bottom-style: solid;
    /*border-left-style: solid;*/
    border-bottom-color: #CCCCCC;
    /*border-left-color: #FF6600;*/
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    /*padding-left: 5px;*/
    border-left: 4px solid #e94646;
    background: rgb(254, 254, 254);
    background: -moz-linear-gradient(90deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
    background: -o-linear-gradient(90deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
    background: -ms-linear-gradient(90deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%);
    background: linear-gradient(180deg, rgb(254, 254, 254) 0%, rgb(230, 230, 230) 100%); 
}
#primary h3 {
	font-size: 117%;
	font-weight: bold;
	display: block;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #2D78BF;
	border-left-color: #2D78BF;
}
#primary p {
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: normal;
	line-height: 1.5em;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	text-indent: 1em;
	/**/
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

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

	/* 共通
	---------------------------------------------*/
	#primary .list,#lead #column.list, #secondary .list {
	margin-bottom: 20px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	}
	#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;
	list-style-image: none;
	}
	
	/* 見出し
	---------------------------------------------*/
	#primary .list h2 {
	padding: 3px 10px;
	background-color: #F3F3F3;
	list-style-type: circle;
	list-style-image: none;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #2D78BF;
	vertical-align: text-top;
	}
	#secondary .list h2 {
	padding: 3px 15px;
	color: #FFFFFF;
	background-color: #2D78BF;
	}
	.imageright{
	float:right;
	margin: 0px;
	padding: 0px;
	}
	.textarea{
	float:left;
	width:auto;
	margin: 0px;
	}
	#header h6 {
	font-size: 6px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF6600;
	color: #0E3192;
}


/* Advertisement
---------------------------------------------*/

#advertisement-container {
    width: 175px;
    float: left;
	margin-left: 20px;
}
