﻿@charset "UTF-8";

a	{color: #017acd;
	text-decoration: none;
}

/*a:link		{color: green}*/
a:visited	{gray}
a:hover		{color: #88aaff}
a:focus		{color: yellow}
a:active	{color: red}

}
p a:focus		{url(../images/parts/button(orange).png);
}


address a:hover	{color: #ffaa00}

/* コンテナ */
div#container	{width: 80%;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(../images/fsm2.png);
	background-repeat: repeat-x;
	padding: 28px 20px 40px}
div#header h1	{margin: 0}

div#header img	{margin-top: 150px;}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}


/* コンテンツ */
/*トップページ 新着情報*/
dl.box	{
	margin-left: 196px;
	margin-bottom: 30px;
	height: 250px;
	overflow: auto;
	font-size:0.75em;
/*	background-color: #fdf5e6;*/
	background-color: #98fb98;
	}
dl.box dt{
	margin: 10px 0px 0px 6px;
	float: left;
	width: 150px;
	color: #ff1133;
	vertical-align: middle;
	}
dl.box dd{
	margin: 5px 0 10px 0;
	padding: 3px 0 3px 50px;
	border-bottom: 2px dotted #aaa;
	vertical-align: middle;
	}
/*新着情報はここまで*/

div#content	{width: 100%;
	float: right;
	margin-left: -194px;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2, div#content h3, div#content h4,div#content h5, div#content h6, div#content p{
	margin-left: 196px;
	}

div#content h2	{background-color: #014471;
	background-image: url(../images/parts/bar-blue.png);
	background-repeat: repeat-x;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(../images/parts/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content h4	{background-color: #e0e0e0;
	background-image: url(../images/parts/mark23d.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
/*	line-height: 23px;*/
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 0}

div#content h5	{background-image: url(../images/parts/mark2.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
/*	line-height: 23px;*/
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0}



div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
}

div#content p.shousho	{
		color: green;
		font-size: 0.8em;}

/* わたしは？ */
div#content p.myphoto	{
		padding-top: 10px;
		color: #8b0000;
		font-size: 0.9em;
		}

div#content p.myphoto img	{
		margin-left: 30px;
		margin-right: 20px;
		float:left
}

div#content table	{font-size: 0.75em;
	margin-left: 220px;
	margin-top: 8px;
}

div#content th	{
	padding: 7px;
	background-color: #90ee90;
}

div#content td	{
	padding: 7px;
	background-color: #8fbc8f;

}


/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

/*上のサイドメニュー*/
ul.sidemenu	{
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0
	}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px
	}

ul.sidemenu li a:hover	{background-color: #017acd}



/*下のサイドメニュー*/
ul.sidemenu2	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu2 li	{list-style-type: none;}

ul.sidemenu2 li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #8b0000;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu2 li a:hover	{background-color: #f4a460;}

p.feed	{margin-bottom: 10px}

p.feed a	{font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image:url(../images/parts/line-blue.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}



