@charset "UTF-8";
/*

___________________________________________________________________

	Update  : 2008/11/27
___________________________________________________________________ */


/*
===== 目次 ==============================

    1: すべてをリセット
    2: 基本タグをリセット
		3: レイアウト設定
		4: リンクの設定
		5: ヘッダの設定
    6: メインコンテンツの設定
    7: グローバルナビゲーションの設定
    8: フッタの設定
		
=========================================
*/

/*
===== 1:すべてをリセット  =====
*/

box:after {/* for modern brouser */ 
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
	} 

*{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	font-style:normal;
	text-align:left;
}

/*
===== 2:基本タグをリセット  =====
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
ol,ul {
	list-style:none;
	}
	
img{
	border:0;
	vertical-align:top;
	}
	
hr { 
	display : none;
	}
	
table {
	empty-cells: show;
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	}
	
th,td {
	vertical-align:top;
	}
	
textarea,input {
	font-size:100%;
	}
	
/*
===== 3: レイアウト設定 =====
*/


body {
padding-bottom: 20px;
	color: #000;
	font-family: 
	 "ＭＳ Ｐゴシック", 
	 "ヒラギノ角ゴ Pro W3",
	  Meiryo,
		HiraKakuPro-W3,
		Osaka, verdana,
		arial,
		sans-serif;
	font-style: normal;
	font-size: 75%;
	font-size: 12px; /*ハック用*/
	text-align:center;	/* IE5.5以前でcontainerを中央配置する為 */
	background: #fff;
	}
	
#container {
	width: 792px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	border-right: 1px solid #006;
	border-left: 1px solid #006;
	}

#header {
	background: url(images/bg_header.gif) repeat-x;
	overflow: hidden;
	}

#wrap {
	padding-bottom: 10px;
	}
	
#contents {
	float: right;
	width: 500px;
	margin-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	}
	
#side {
	float: left;
	display: inline;
	width: 220px;
	margin: 10px 10px 0 10px;
	padding: 5px 0;
	background: #D7E3EA;
	}
	
#footer {
	clear: both;
	line-height: 1.3;
	font-size: 10px;
	}


/*
===== 4: リンクの設定 =====
*/

a:link {
  color:#03f;
  text-decoration:none;
	}
	
a:visited {
  color:#06c;
  text-decoration:none;
	}
	
a:hover {
  color:#66f;
  text-decoration:underline;
	}
	
a:active {
  color:#03f;
  text-decoration:underline;
	}


/*
=====  5: ヘッダの設定 =====
*/

#header h1 {
	float: left;
	margin: 0;
	}
	

#header p {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	}	
	
#header ul {	
	clear: both;
	padding: 10px 0 10px 24px;
	background: #00c;
	overflow: hidden;
	height: 1%;
	}
	
#header li {
	float: left;
	margin-right: 22px;
	}
	
#header li.info1 {
	margin-right: 12px;
	margin-left: 26px;
	}
	
#header li.info2 {
	margin-right: 12px;
	}

/*
=====  6: メインコンテンツの設定 =====
*/

ol#topicpath {
	margin: 10px 20px;
	color: #00c;
	font-weight: bold;
	}
	
ol#topicpath li {
	display: inline;
	}

#contents h2 {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: url(images/bg_entrytitle.gif) no-repeat 0 50%;
	color: #fff;
	font-weight: bold;
	}
	
#contents h3 {
	margin-bottom: 20px;
	color: #009;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	}
	
#contents h3 span {
	margin-right: 5px;
	padding: 3px;
	color: #f30;
	border: 1px solid #f30;
	font-size: 13px;
	}

#contents h4 {
	margin:20px 0;	
	color: #006;
	font-weight: bold;	
	}
	
#contents p {
	line-height: 1.5;
	margin-bottom: 20px;
	}
	
#contents p.date {
	text-align: right;
	}

#contents ul {
	margin-bottom: 20px;
	}
	
	
/*
=====  7: グローバルナビゲーションの設定 =====
*/

#side ul {
	border-top: 1px dashed #009;
	}
	
#side ul li {
	padding: 10px;
	border-bottom: 1px dashed #009;
	}
	
#side ul li a {
	display: block;
	padding-left: 10px;
	background: url(images/arrow_sidenavi.gif) no-repeat 0 0.3em;
	color: #c00;
	font-weight: bold;
	}
	
#side ul li ul {
	margin: 10px;
	color: #000;
	border: none;
	}
	
#side ul li ul li {
	padding: 10px 0;
	background: none;
	border: none;
	font-size: 10px;
	}
	
#side ul li ul li a {
	color: #000;
	background: none;
	}

/*
=====  8: フッタの設定  =====
*/
#footer p#ptop {
	float: right;
	padding: 10px;
	background: url(images/arrow_ptop.gif) no-repeat 0 50%;
	}
	
#footer p#ptop a {
	color: #000;
	}

#footer ul {
	clear: both;
	margin: 0;	
	padding: 10px;
	background: #00c;
	overflow: hidden;
	height: 1%;
	}
	
#footer li {
	float: left;
	margin-right: 10px;
	}
	
#footer p#copyright {
	clear: both;
	padding: 15px 10px;
	background: url(images/bg_footer.gif) repeat-x bottom;
	line-height: 1.5;
	color: #666;
	}
	