@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;
}
.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;
	}
a:hover img {
	border: thin outset #c4b09c;
}
a:hover img.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;
	}
/* ロゴ
---------------------------------------------*/
#header {
	background-color: #2654B4;
	padding-top: 150px;
	background-image: url(../images/Vol_111_EP163%20small%202.jpg);
	background-position: right top;
	background-repeat: repeat;
}
#logo {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 450px;
	height: 150px;
	background-image: url(../images/GIF%20Test.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0E3192;
	font-size: 7px;
}
#logo img {
	position: absolute;
	left: -9999px;
}
/* パンくずリスト
---------------------------------------------*/
#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%;

	}
	#advertisement {
	float: left;
	width: 190px;
    margin-left: 20px;
	text-align: center;
	margin-top: 5px;
	border: thin solid #000000;
	}
    #advertisement ul,
    #advertisement ol {
        text-align: left;
        margin-left: 25px;
	}
    #advertisement ul li {
        list-style: disc;
    }
    #advertisement ol li {
        list-style: decimal;
    }
	/* ステップ2
	---------------------------------------------*/
	#primary {
	float: left;
	width: 58.5%;
    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;
}

/* 右サイドバー */
div#sidebar-right	{
    width: 175px;
	float: left;
}

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

	/* 共通
	---------------------------------------------*/
	#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;
	}
	
/* 広告
	---------------------------------------------*/
.area{
	line-height: 140%;
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}

.area a:link {
	color: #666666;
	text-decoration: none;
}

.area a:visited {
	color: #999999;
	text-decoration: none;
}

.area a:hover {
	color:#003399;
	text-decoration: underline;
}

/* Section Heading */
.section-heading {
    padding: 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px 3px 0 0;
    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%); 
}
.section-heading h4 {
    padding-left: 5px;
    border-left: 4px solid #e94646;
    font-size: 120%;   
    font-weight: bold;
}
.section-heading-no-border h4 {
    border-left: none;
}

/* Body Section */
.section-body {
    overflow: hidden;
    padding: 10px 15px;
    border: 1px solid #c1c1c1;
    border-top: none;
}

/* Arrow List */
.arrow-list li {
    padding-left: 8px;
    background: url("../images/icon-red-arrow.gif") no-repeat left 8px;
    list-style: none !important;   
}

/* Image List */
.image-list img {
    border: none;
    width: 100%;
    max-width: 100%;
}
.image-list > li {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none !important;
    border-bottom: 1px solid #c1c1c1;
}
.image-list > li:last-child {
    border-bottom: none;
}
.two-col-list .image-list > li {
    padding-top: 0;
    border-bottom: none;
}
.two-col-list {
    overflow: hidden;
    padding: 10px 0;
}
.one-col,
.two-col {
    overflow: hidden;
}
.two-col {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #c1c1c1 !important;
}
.two-col.last-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.one-col img,
.two-col img {
    float: left;
    width: 15%;
}
.two-col img {
    width: 20%;
}
.two-col li {
    float: left;
    margin-right: 1%;
    padding-right: 1%;
    width: 48%;
    border-right: 1px solid #c1c1c1;
}
.two-col li:last-child {
    float: right;
    border-right: none;
}
.image-list-body {
    float: right;
    width: 82%;
}
.two-col .image-list-body {
    width: 75%;
}
.image-list-body h4 {
    padding-left: 8px;
    font-size: 120%;
    line-height: 1.4;
    background: url("../images/icon-red-arrow.gif") no-repeat 0 6px;
}
.image-list-body p {
    margin-top: 5px !important;
    padding-left: 8px;
    text-indent: 0 !important;
}

/* Responsive
---------------------------------------------*/

@media screen and (max-width: 768px) {
    #advertisement-container,
    div#sidebar-right {
        display: none;
    }
    
    #lead .column #leadPurpose,
    #lead .column #leadEnvironment,
    #lead .column .section {
        width: 100%;
    }

    /*.picture-lead-1,
    .picture-lead-2 {
        width: 100%;
        float: none;
    }*/

    .two-col {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    .two-col li {
        float: none;
        margin-right: 0;
        padding-right: 0;
        width: 100%;
        border-right: none;
    }
    .two-col li:last-child {
        float: none;
        border-right: none;
    }
    .two-col-list .image-list li {
        border-bottom: 1px solid #c1c1c1;
    }
}