@charset "shift_jis";

/*---------------------------------------------------*/
/* 初期設定
-----------------------------------------------------*/
body {
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	font-size:13px;
	line-height:1.8;
	text-align:center;
	margin:0;
	background:#FFCCE6 url(../images/bg.jpg) repeat-y center;}

a { color:#000099;
	text-decoration:underline;}
a:hover{
	color:#000099;
	text-decoration:none;}
	
strong {
	color:#336633;
	font-weight:bold;
	font-size:108%;}
em {
	color:#ff6600;
	font-weight:bold;
	font-size:108%;}

#wrap{ width:860px;
	margin:0 auto;
	text-align:center;}
#head{
	height:54px;
	padding:0 30px;
	background:url(../images/head_bg.jpg) no-repeat center top;
	margin-bottom:20px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";}
#navi{
	float:left;
	width:160px;
	display:inline;
	margin-left:30px;
	text-align:left;}
#navi02{
	float:left;
	width:160px;
	display:inline;
	margin-left:30px;
	text-align:left;}		
#main{
	float:right;
	width:610px;
	display:inline;
	margin-right:30px;
	text-align:left;}	
#pr{
	background:#f0f0f0;
	text-align:left;
	margin-bottom:10px;
	line-height:1.5;}
	
#foot{ width:100%;
	border-top:1px solid #ccc;
	font-size:85%;
	padding-top:15px;
	margin:15px 0;}

/*---------------------------------------------------*/
/* CONTENT
-----------------------------------------------------*/
#main .img{
	font-size:11px;
	margin-bottom:20px;}
#main h3{
	background:url(../images/h3.jpg) no-repeat;
	line-height:30px;
	padding:5px 10px 0;
	letter-spacing: 0.3em;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:10px;}
#main h4{
	background:url(../images/icon.gif) no-repeat left;
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:10px;}
#main p,#main ul{
	margin-bottom:30px;}
#main table{
	background:url(../images/table_bg.gif);
	width:100%;
	margin-bottom:15px;}
#main table td{
	padding:5px;
	border:1px solid #fff;}
#main table th{
	padding:5px;
	border:1px solid #fff;}
#main ul li{
	background:url(../images/icon_list.gif) no-repeat left;
	padding-left:20px;}
#main hr{
	margin:20px 0 10px;
	height: 0px; /* hrの実線を消す */
	border: 0px; /* 基本設定でしていれば不要*/
	border-top: 3px solid #ccc;}

#main div.top{
	text-align:right;}
#main div.top a{
	text-decoration:none;}

/*---------------------------------------------------*/
/* HEAD
-----------------------------------------------------*/
#head h1{
	float:left;
	line-height:54px;
	color:#000;
	font-size:28px;
	font-weight:bold;
}
#head h1 a{
	color:#000;
	text-decoration:none;
}
#head h2{
	float:right;
	line-height:54px;
	color:#000;
	font-size:18px;
	letter-spacing: 0.1em;
	font-weight:bold;
}

/*---------------------------------------------------*/
/* MENU
-----------------------------------------------------*/
#navi h3{
	background:#336633 url(../images/menu_midashi.jpg) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	text-align:center;}
ul.navi{
	width:100%;
	text-align:left;
	line-height:2.0;
	margin-bottom:20px;
	background:url(../images/menu_bg.gif) repeat-y;
	border-bottom:3px solid #000;}

ul.navi li{
	background:url(../images/menu_icon.gif) no-repeat 10px 8px;}
ul.navi li a{
	display:block;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	text-indent:20px;
	color:#000;}
ul.navi li a:hover{
	text-decoration:underline;}
	

/*---------------------------------------------------*/
/* FOOT
-----------------------------------------------------*/
#pr{}
#foot p{
	text-align:left;
	margin:0 25px;}


/*---------------------------------------------------*/
/* 解除
-----------------------------------------------------*/
.box-line p:after,ul:after,div:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clea:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clea {
	zoom:1;
}

/* 初期化
------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {   
	margin:0;
	padding:0;
	zoom:1;
} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
li {
	vertical-align:middle;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
q:before,q:after {
	content:'';
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
}