/* 全ページ共通ルール */
body{
	font-size: 1em;
	background-color: #efefef;
	color :#606060;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

/* a要素 */
a:link{color: #0033FF;} 
a:active{color: #FF3300;} 
a:visited{color: #6633FF;} 
a img { border-style: none;} 

/* ヘッダー（ID） */
#header {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

/* パンくずリスト（ID） */
ol#topicPath {
	margin: 5px 5px;
	font-weight: bold;
	position: relative;
}

ol#topicPath li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}

ol#topicPath li a {
	padding-right: 15px;
	background: url(../img/glue.gif) no-repeat right center;
}

/* 新パンくずリスト（ID） */
ol#topicpath {  
	margin: 5px 5px;
	font-weight: bold;
	position: relative;
}  

ol#topicpath li {  
	display:inline;  
	line-height:110%;  
	list-style-type:none;  
}


#main {
	margin: 10px;
	padding: 0px;
}

.subhead-1{
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	font-size:2em;
	clear: both;
}

.subhead-2{
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	font-size:1.5em;
	font-weight:bold;
	clear: both;
}

.subhead-e{
	font-family:Arial;
	font-size:1.2em;
	font-weight:bold;
	clear: both;
	line-height : 0.3em;
	margin-bottom: 10px;
}

.caption{
	clear: both;
	margin-top: 5px;
}

h1 {
	padding-top: 0.3em;
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	clear : both;
	line-height : 0.3em;
}

h2 {
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	clear : both;
	line-height : 1.2em;
}

h3 {
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	clear : both;
	line-height : 0.3em;
}





ul {
	margin-left: 0;
	padding-left: 1.5em;
}

dl {
	font-weight: bold; 
	font-size:12pt;
    margin: 10px;
    padding-top: 0px;
	clear: both;
	line-height: 120%;
}

dt { 
	font-weight: normal; 
	font-size:11pt;
	margin-left: 0;
	padding-left: 0.5em;
}


dd {
	font-weight: normal; 
	margin-left: 0;
	padding-left: 1.5em;
	font-size:10pt;
}

.title-img {

	margin: 10px;
	width: 640px;


}

.c-banner {
	float: left;
}

/* 更新履歴（ID）*/
#history {
	clear: both;
	width: 500px;
	margin: -15px 20px 20px 20px;
	padding: 5px;
	background-color: #c0c0c0;
}

#history dl {
	margin: 5px;
	padding: 3px;
}

#history dt {
	background-color: #efefef;
}

#history dd {
	background-color: #efefef;
}


/* 過去の更新履歴（更新記録のページにて使用） */
.old-history{
	margin: 10px;
	font-size:1em;
}

/* 更新履歴 */
.history-text{
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	font-size:1em;
}

/* フッター（ID） */
#footer{
	clear: both;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
}

/* 最終更新 */
#lastup{
	padding-left: 20px;
	padding-top: 10px;
}

/* copyright */
#copyright{
	padding-left: 15px;
}

/* 新規または更新（赤文字） */
.up{
	color: #FF4040;
	font-size: 0.9em;
	font-weight: bold;
}

/* 最終更新日 */
.update{
	font-size: 0.9em;
}


.box-preflist {
	float: left;
	margin-top: 10px;
}


