@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.png);
}

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: 800px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 115px;
	width: 800px;
	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 h3」を編集する。
枠線の色を変えたい場合「#003A90」を希望色に変更する。背景色を変えたい場合「#00175A」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #0074BE」というのは左側の水色のアクセント用のラインの事。
5pxの幅で直線(solid)で#0074BE(水色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#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;
}


/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 580px;
	margin-right: 10px;
	display: inline;
	padding-top: 10px;
	padding-bottom: 30px;
}

#main h2 {
	/* background: url(images/midashi_base.gif) no-repeat; */
        display: inline;
        background: #ffd700;
	font-size: 14px;
	line-height: 30px;
	padding: 5px 15px;

}

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

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

#main table {
        border-top:1px solid #663300;
        border-left:1px solid #663300;
        border-collapse:collapse;
        border-spacing: 0;
        margin: 10px;
        padding:1em 1em;
        background-color: #ffefd5;
}

#main th {
        border-right:1px solid #663300;
        border-bottom:1px solid #663300;
        padding:0.5em 1em;
        text-align:center;
}

#main td {
        border-right:1px solid #663300;
        border-bottom:1px solid #663300;
        padding:0.5em 1em;
}

/* サムネイル 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;
}

/* サムネイル 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: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #32cd32;
	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 */

