@charset "Shift_JIS";

/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	background-color: #cccccc;
	background-image: url(../images/bk_cccccc.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, helvetica, Verdana, sans-serif;
}




/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	color:#0000FF;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color:#0000FF;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#CC3333;
	text-decoration: underline;
	font-weight: normal;
}


/*--------------------------------------
  Text Module
---------------------------------------*/

/* 見出し、段落、リスト系の要素に対してブラウザが持っているマージンとパディングをなくしてしまう */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div{
	margin: 0px;
	padding: 0px;
}	


/* h1の内容をデザイン上表示しない */
h1 { 
display: none; 
}


p.lead {
	width:550px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size:10px;
	color: #333333;
	line-height:1.25em;
}

p.navi {
	width:590px;
	margin: 5px;
	padding: 0px;
	font-size:10px;
	color: #333333;
	line-height:1.25em;
	text-align:right;
}

p.pagetop {
	width: 590px;
	margin: 5px;
	padding: 0px;	
	font-size: 10px;
	line-height: 1.25em;
	text-align:right;
}

.subtext{
	font-size: 10px;
	color: #333333;
	line-height: 1.4em;
	}

.subtext_blue{
	font-size: 10px;
	color: #06f;
	}
	
.subtext_orange {
	font-size: 10px;
	color: #FF6600;
	}	
	
.subtext_red {
	font-size: 10px;
	color: #FF0000;
	}

.messe{
	font-size: 0.875em;
	line-height: 1.45em;
	color: #333333;
	padding-top:0.85em;
}

.right{
	text-align:right;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ul  {
  margin  : 0;
  padding:0;
}


/*--------------------------------------
  Image Module
---------------------------------------*/


img {
	border:none;
}

img.left{
	margin:10px 10px 5px 5px;
	float:left;
	}
	
img.right{
	margin:10px 5px 5px 10px;
	float:right;
	}


/*--------------------------------------
  Table Module
---------------------------------------*/

table  {
border:none;
  }


/*--------------------------------------
  others
---------------------------------------*/

.clear-both {
  clear : both;
  }


/* div#wrapper外枠BOX設定ここから */

div#wrapper {
	width: 800px;
	height: auto;
}



/* DIVナビゲーションBOX内設定ここから */

#sidenavi ul {
	margin:5px;
	padding:3px 0px;
	list-style-position:inside;
	list-style-type: none;
	color:#330000;
	font-size:0.875em;
	line-height:1.5em;
	}

/* DIVナビゲーションBOX内設定ここまで */

/* DIVコンテンツBOX設定ここから */

div#contents {
	background-color: #FFFFFF;
	background-image:url(../../clear5net%EF%BC%BFbk081201/img/img_d/pagetop_photo3.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}	


.content_non-border {
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
	width: 570px;
	}
	
.content {
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	width: 570px;
	border-bottom-color: #990033;
	border-bottom-style: double;
	}
			
#contents h3.blue {
	font-size:1.2em;
	color: #000066;
	margin-bottom:0.2em;
	}
	
#contents h3.red {
	font-size:1.2em;
	color: #880000;
	margin-bottom:0.2em;
	}

#contents h4.red {
	font-size:0.875em;
	color: #880000;
	margin-top:0.2em;
	}
	
#contents h4.blue {
	font-size:0.875em;
	color: #000066;
	margin-top:0.2em;
	}		
	
#contents h5.red {
	font-size:0.875em;
	color: #880000;
	margin-top:0.5em;
	}	

#contents ul {
	margin:5px;
	padding:3px 0px;
	list-style-position:inside;
	list-style-type: none;
	color:#330000;
	font-size:0.875em;
	line-height:1.6em;
	}
	
#contents ul.minilist-style-none {
	margin:5px;
	padding:3px 0px;
	list-style-position:inside;
	list-style-type: none;
	color:#330000;
	font-size:0.75em;
	line-height:1.4em;
	}
	
#contents ul.minilist-decimal {
	margin:5px;
	padding:0px 0px;
	list-style-position:inside;
	list-style-type: decimal;
	color:#330000;
	font-size:0.75em;
	line-height:1.4em;
	}	
	
#contents ul.list-decimal {
	margin:5px;
	padding:3px 0px;
	list-style-position:inside;
	list-style-type: decimal;
	color:#330000;
	font-size:0.875em;
	line-height:1.6em;
	}	
	

