body {
   	background: url(../img/html_p_back.jpg) repeat-y;
	background-position : top center ;
	}
	
p {
	letter-spacing: 0.2em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	/**/
}

.style1 {color: #FF0000}
.style2 {font-size: 0.70em}
.style3 {font-size: 0.75em}
.style8 {color: #0033FF}
.style9 {color: #FF3300}


#logo {
	position: relative;
	top: 5px;
	left: 600px;
	width:96px;
	visibility: hidden;
	}

a	{color: #017acd}

/* コンテナ */
div#container	{width: 764px;
	margin-left: auto;
	margin-right: auto}
	
/* 携帯サイト用 */	
div#keitai	{width: 490px;
    float: right;
	margin-bottom: 0px;
	margin-top: 0px ;
	padding: 0px 0px 0px}
	
div#keitai p	{
	font-size: 0.75em;
	margin: 0}

/* ヘッダー */
div#header	{
	background-color: #FFFFFF;
	background-image: url(../img/2011index_top.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 140px
}

div#header h1	{margin: 0}

div#header p	{
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px 2px 0px
}

/* メイン */
div#main	{width: 580px;
	float: left}

/* コンテンツ */
div#content	{
	width: 400px;
	background-color: #FFFFFF;
	float: right;
	border-top: solid 3px #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 1px
}

div#content h2	{background-color: #014471;
	background-image: url(../img/bar-blue.gif);
	background-repeat: no-repeat;
	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(../img/bar-green.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 15px}
/* H3と文字間 margin-bottom: 20px　*/

div#content p	{
	font-size: 0.70em;
	line-height: 1.6;
	margin-left: 7px;
	margin-right: 5px;
	margin-top: 5px;
}

/* サイドバー */
div#sidebar	{width: 166px;
    border: solid 1px #CCCCCC;
	float: left;
	margin-bottom: 25px;
	margin-top: 0px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 36px}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	background-color: #3366FF;
	border-bottom: solid 1px #000000;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #3366FF}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #cccccc;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #CCCCCC}


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#sidebar-right	{width: 165px;
	float: right;
	margin-top: 0px}

div.info	{border: solid 1px #3366FF;
	margin-bottom: 20px}

div#sidebar-right h2	{background-color: #3366FF;
	border-bottom: solid 1px #3366FF;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 5px 10px 5px }

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px;
	padding: 0}

div#sidebar-right ul li 	{background-image: url(../img/maru-green.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none;
	margin: 5px 0px 5px 0px }


/* フッター */
div#footer	{background-image: url(../img/footer_dai.gif);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0px;
	padding-top: 15px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

