@charset "shift_JIS";

/****** CONTENTS ***************************************

	1: body and base setting （20150302　削除）
	2: link setting（20150302　削除）
	3: layout
	4: common parts
	5: main
	6: side navi
	7: module

*******************************************************/

/****** 1: body and base setting **********************/

/* body */

body{
	text-align:center;/* box centering */
	font: normal 80% 'メイリオ',Meiryo,sans-serif;
	line-height:200%;
	margin: 0px;
	padding: 0px;
	color:#404040;
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	line-height: 1.7;/* base line height */
	/* [disabled]text-align: left; */
	display: block;
	}

hr{
	display : none;
	}

img {
	border: none;
	vertical-align: bottom;
	}

ul li {
	list-style: none;
	}
	
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
	border-bottom: dotted 1px;
	}
	
	
/* リンク */

a:link	{ color: #818181; text-decoration:underline; }
a:visited	{ color: #999999; text-decoration:underline; }
a:hover	{ color: #c90114; text-decoration:underline; }
a:active	{ color: #c90114; text-decoration:underline; }

#topic_path a:link	{ color: #818181; text-decoration:none; }
#topic_path a:visited	{ color: #999999; text-decoration:none; }
#topic_path a:hover	{ color: #c90114; text-decoration:underline; }
#topic_path a:active	{ color: #c90114; text-decoration:underline; }


/* レイアウト */

#topic_path{
	margin:7px 0 20px 0;
	font-size:80%;
	}

/****** 3: layout ************************************/

#wrapper{
	text-align:center;
	}

#contents {
	width:920px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	}

#main {
	width:900px;
	margin:0px 10px 0px;
	padding:0px;
	}
	
#index {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	background: #fff;
	}
	
#page {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	background: #fff;
	}

/*
#link_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 445px;
	background:#fff;
	}
*/
	
/****** 3: dl ************************************/

.category {
	margin: 0px;
	padding: 0px;
	width: 898px;
	border: solid 1px #C9CACA;
}

#index dl {
	margin: 0px;
	padding: 15px 25px;
	width: 848px;
	border-bottom: 1px #CCCCCC dashed;
}
#index dt {
	float: left;
}

#index dd {
	padding: 0 0 0 150px;
	font-weight:bold;
}

#page dl {
	margin: 0px;
	padding: 20px 30px;
	width: 838px;
	border-bottom: 1px #CCCCCC dashed;
}
#page dt {
	float: left;
}

#page dd {
	float: right;
}




/****** 4: common parts *************************************/

#topic_path{
	margin:7px 0 20px 0;
	font-size:80%;
	}
	
#contents h1 {
	margin:0 0 15px 0;
	}

#read{
	margin:0 0 15px 10px;
	}

#page h2 {
	font-size:130%;
	}
	
#page #text {
	padding: 25px 40px;
	}

h3 {
	font-weight:bold;
}

.read {
	margin:0 0 25px 0px;
}
	

.info {
	margin:0 25px 25px 15px;
}

#text img {
	vertical-align:middle;
	}
	
	


/****** 7: module *************************************/

/* clearfix */
.clear:after {
	content:"";
	display:block;
	clear:both;
	}

	/* for IE6 */
	* html .clear {
		display:inline-block;
		}
	
	/* for IE7 */
	*+html .clear {
		display:inline-block;
		}

/****** 8: etc *************************************/

.line {
	text-decoration: line-through;
}

.CenterAdjust {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/****** CLEAR FIX *************************************/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}