@charset "shift_jis";

body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;

        font-size: 14px;
        line-height: 1.3;
        font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
	overflow:scroll;
}

strong {
	color: #FF0000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #FFFFCC;
}


/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y;
	/* width: 780px; */
	width: 840px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	/* padding-right: 4px;
	padding-left: 4px; */
}


/*ヘッダー
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.jpg) no-repeat;
	height: 240px;
	/* width: 780px; */
	width: 840px;
	line-height: 1;
	color: #FFFFFF;
}
#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 9px;
	color: #ccc;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: normal;
}

/*サイド（メニュー）
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background: #ffffff;
	color: #000000;
	padding: 0px 10px 50px;
}

#side h2 {
	font-size: 16px;
	border: 3px double #32cd32;
	text-align: center;
	background: #98fb98;
	margin-top: 10px;
	margin-bottom: 10px;
        padding: 5px;
}

#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#side a {
	color: #ffffff;
}

#side li {
	margin-bottom: 10px;
}

#side .menu a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 158px;
	padding: 12px 10px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	font: bold 14px arial, helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
        background-color: #ddd;
        border-radius: 4px;
        background: -moz-linear-gradient(top, #f1f1f1, #e1e1e1, #aaa);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #afafaf), to(#aaa));
        box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

#side .menu a:hover {
        background-color: #eee;
	color: #555;
        background: -moz-linear-gradient(top, #f1f1f1, #f1f1f1, #ccc);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

#side .menu a:active {
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
	outline: none;
}

/*メニュー（上部）*/
#menu {
	width: 840px;
}

#menu ul{
	list-style-type: none;
}

#menu li{
	float: left;
	width: 140px;
}

#menu a{
	text-align: center;
	text-decoration: none;
	/*border-left:dotted 1px #5ca0d7;
	border-right:dotted 1px #5ca0d7; */
	display: block;
	padding: 0.5em 0;
	width: 100%;
	background-color: #314d8f;
	color: white;
}

#menu a:hover{
	background-color: #5ca0d7;
	color: #000000;
}

/*メインコンテンツ
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 800px;
	margin: 0px 20px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 30px;
}

#main h2 {
	/* background: url(images/midashi_base.gif) no-repeat; */
        display: inline;
        background: #afeeee;
	border-left:solid 10px #5ca0d7;
	border-right:solid 10px #5ca0d7;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 15px;

}

*#main p {
	padding: 10px 10px 10px;
}

#main b {
        font-size: 14px;
}

/* 各ページタイトル用 */
#main .title {
	margin: 10px 0px;
}

/* テーブル（ライン入） */
.t-line {
        border-top:1px solid #6495ed;
        border-left:1px solid #6495ed;
        border-collapse:collapse;
        border-spacing: 0;
        margin: 10px 0px;
        padding: 1em 1em;
        font-size: 14px;
}

.t-line th{
        border-right:1px solid #6495ed;
        border-bottom:1px solid #6495ed;
        padding:0.5em 1em;
        text-align:center;
        background-color: #e0ffff;
}

.t-line td{
        border-right:1px solid #6495ed;
        border-bottom:1px solid #6495ed;
        padding:0.5em 1em;
        /* background-color: #ffffff; */
}

/* テーブル（ライン無） */
table.t-noline {
        border-style: none;
        border-collapse:collapse;
        border-spacing: 0;
        margin: 10px 0px;
        padding: 1em 1em;
        font-size: 14px;
}

td.t-noline {
        border-style: none;
        padding:0.5em 1em;
	vertical-align: top;
}

/* リスト表示 */
.listbox li{
	list-style-image: url(images/point.gif);
	/* list-style-position: outside; */
	margin: 10px 0px;
}

#main ul.thumbnail {
        list-style-type: none;
}

#main .photobox1 {
	width: 360px;
}

/* サムネイル 200×150（小） */

#main ul.thumbnail {
        list-style-type: none;
}

#main ul.thumbnail li {
        float: left;
        margin: 0 10px 10px 0;
}

#main ul.thumbnail li img {
        border: 2px solid #32cd32;
        width: 200px;
        height: 150px;
}

#main ul.thumbnail li a {
        display: block;
}

#main ul.thumbnail li a:hover img{
        border: 2px solid #ffd700;
}

/* サムネイル 400×300（大） */

#main ul.thumbnail2 {
        list-style-type: none;
        margin-left: 10px;
}

#main ul.thumbnail2 li {
        float: left;
        margin: 0 10px 10px 0;
        pading-left: 20px;
}

#main ul.thumbnail2 li img {
        border: 2px solid #32cd32;
        width: 400px;
        height: 300px;
}

#main ul.thumbnail2 li a {
        display: block;
}

#main ul.thumbnail2 li a:hover img{
        border: 2px solid #ffd700;
}

/* チェック項目テキスト */
#main .check{
	color: #17902d;
	font-size: 21px;
        margin-bottom: 5px;
}

/* サムネイル 400×150（特殊） */

#main ul.thumbnail3 {
        list-style-type: none;
}

#main ul.thumbnail3 li {
        float: left;
        margin: 0 10px 10px 0;
}

#main ul.thumbnail3 li img {
        border: 2px solid #32cd32;
        width: 400px;
        height: 150px;
}

#main ul.thumbnail3 li a {
        display: block;
}

#main ul.thumbnail3 li a:hover img{
        border: 2px solid #ffd700;
}


/* テキストボックス（背景：緑）メイン用 */

#main .text-box {
        background: #98fb98;
	border: 3px double #32cd32;
	padding:15px 10px 10px;
        margin:10px 0px 15px;
        font-size:12px;
}

/* テキストボックス（背景：黄色）注釈用 */

#main .text-box2 {
        display: inline;
        background: #f0e68c;
	border: 1px solid #ffd700;
	padding: 10px;
        margin-left: 20px;
}

/* リンクリスト */
#main .link li{
	margin-bottom: 5px;
        margin-left: 10px;
}

#main .link a{
    	background-image: url(images/link.gif);
    	background-position: 5px;
    	background-repeat: no-repeat;
        font-size: 14px;
	color: #000000;
	line-height: 30px;
	padding: 5px 25px;
        text-decoration:none;
}

#main .link a:hover{
        background: #ffd700;
    	background-image: url(images/link.gif);
    	background-position: 5px;
    	background-repeat: no-repeat;
	color: #ffffff;
}

/* PDFリスト */
#main .pdf li{
	margin-bottom: 5px;
        margin-left: 10px;
}

#main .pdf a{
    	background-image: url(images/pdficon_small.png);
    	background-position: 5px;
    	background-repeat: no-repeat;
        font-size: 12px;
	color: #000000;
	line-height: 30px;
	padding: 2px 10px 2px 25px;
        text-decoration:underline;
}

#main .pdf a:hover{
        background: #ffd700;
    	background-image: url(images/pdficon_small.png);
    	background-position: 5px;
    	background-repeat: no-repeat;
	color: #ffffff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Mac版IEには適用しない \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/



/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	/* width: 780px; */
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #416ba9;
	margin-bottom: 50px;
        font-size: 11px;
}



/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

