<style type="text/css">
/* 外部HP用スタイル設定 */
/* 2009/11/27作成 */
a	{color: #017acd}

/* コンテナ */
div#container	{width: 100%;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(main_title.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 28px 20px 150px}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 10px}

/* メイン */
div#main	{width: 100%;
	float: left;
	margin-right: -230px}

/* コンテンツ */
div#content	{width: 100%;
	float: right;
	margin-left: -186px;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2, div#content h3, div#content p,div#content A.btn,div#box-center
	{margin-left: 186px;
	margin-right: 230px}

/* メイン */
div#main	{width: 100%;
	float: left;
	margin-right: -230px}


/* コンテンツ */
div#content2	{width: 100%;
	float: right;
	margin-left: -186px;
	margin-right: auto;
	margin-bottom: 25px}


div#content h2	{background-color: #92c9ff;
	background-image: url(grad-skyblue.png);
	background-repeat: repeat-x;
	border: solid 1px #ffffff;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 32px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #ffffff;
	background-image: url(maru-skyblue.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size: 0.875em;
	line-height: 22px;
	padding-left: 26px;
	margin-top: 30px;
	margin-bottom: 0}



/* 中央ボックス */
div#content h5 {width:565px}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

div#content ul li 	{background-image: url(maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-decoration: none;
	padding-left: 13px;
	list-style-type: none}

div #content ul li a { 
	  font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  color: #666;
text-decoration: none; }


div#content2 h1 {
  font-size: 1.30em;
  margin: 1em 0;
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #00837b;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px}

div#content2 h2 {
  font-size: 1.20em;
  margin: 1px 1em 0;
  padding: 5px; 
	border-left: 10px solid #00837b;
	border-bottom: solid 1px #00837b; //福陽カラー 
}

/* 段落・リスト     */
div#content2 p,dl {
  margin: 0 1em;
  padding: 0.5em 0 0.8em 0.5em;
}

/*ボタン*/
div#content A.btn {
  display: block;             /* ブロック要素にする */
  width: 80px;                /* 横幅 */
  color: #ffffff;
  background-color: #666699;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
div#content A.btn:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
div#content A.btn:active { color: #ffffff; }
div#content A.btn:visited { color: #ffffff; }


/*　テーブル */
div#content table {   
    border-collapse: collapse;   
    border-spacing: 0;   
    font-size: 0.95em;
    line-height: 1.6;
}   
    
div#content table th {   
    font-weight: normal;   
    vertical-align: top;   
    width: 100px;   
    padding: 5px 10px 12px 2px;   
/*    background: url(../img/share/bg_table_th.gif) no-repeat right bottom;   */
    color: #666;   
}   
    
div#content td {   
    padding: 0px 10px 12px 10px;   
    background: url(img/table_td.gif) repeat-x right bottom;   
}  


/* サイドバー */
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: #00837B;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #017acd}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #faffda}


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#box-center	{width: 565px;
	margin-left: 186px;
	margin-right: auto;
border: solid 1px #00837B;
	padding-top: 10px;
	padding-bottom: 5px}



div#box-center h5	{background-color: #c6e3ff;
	border-bottom: solid 1px #84c2ff;
	color: #3c5916;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

div#box-center ul	{font-size: 0.80em;
	margin: 5px;
	padding-left: 30px}



/* 右サイドバー */

div#sidebar-right	{
	max-height:100px;
	float: right;
	width: 210px;}

div.hoan	{border: solid 1px #00837B;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px}

div.info	{border: solid 1px #00837B;
	margin-bottom: 10px}

div#sidebar-right h2	{background-color: #c6e3ff;
	border-bottom: solid 1px #84c2ff;
	color: #3c5916;
	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}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px;
	padding: 0}

div#sidebar-right ul li 	{
	background-position: 0 6px;
	padding-left: 2px;
	list-style-type: none}



/* フッター */
div#footer	{background-image: url(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}

</style>

