﻿@charset "utf-8";

/* header
----------------------------------------------- */
#header {
	width: 760px;
	padding: 0 0 0 100px;
	height: 117px;
	_height: 134px !important;
	}

/* header2
----------------------------------------------- */
#header2 {
	width: 780px;
	margin: 0 0 0 79px;
	_margin: -17px 0 0 80px;
	}
#header2 p {
	float: left;
	margin: 0;
	_margin: 45px 0 0 -5px;
	}
#header2 h2 {
	float: right;
	width: 585px;
	height: 240px;
	_margin: 0 0 0 -10px;
	}
#header2:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* submenu
----------------------------------------------- */
#submenu {
	width: 175px;
	margin: 1px 0 0 100px;
	_margin: 7px 0 0 50px;
	float: left;
	}
#sm01,#sm02 { 
	text-indent: -9999px;
	}
#sm01 a { 
	display: block;
    width: 160px; 
    height: 70px;
   	background: url(../img/sm01.gif) no-repeat;
   	margin: 8px 0 0 7px;
    }
#sm02 a { 
	display: block;
	width: 160px;
	background: url(../img/sm02.gif) no-repeat;
	height: 70px;
	margin: 10px 0 0 7px;
	}
/* container
----------------------------------------------- */
#c_wrap {
	margin: 0;
	padding: 0;
	}
#container {
	_margin: -10px 0 0 0 ;
	padding: 0;
	width: 860px;
	}
#container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* wrap
----------------------------------------------- */
#wrap {
	height: 350px;
	}
/* contents
----------------------------------------------- */
#contents {
	width: 555px;
	float: left;
	background: #ffffff;
	padding: 0 0 30px 30px;
	}

/* contents
----------------------------------------------- */
#contents h3 {
	margin: 20px 0 0 0;
	}
#contents h4 {
	margin: 5px 0 0 0;
	}
#contents h5 {
	margin: 10px 0 0 0;
	}
#contents p {
	margin: 5px 0 0 0;
	}
#contents ul {
	margin: 10px 0 0 0;
	}
.li01 {
	padding: 0 0 0 25px;
	line-height: 1.8em;
	}
.box {
	margin: 15px 0 0 0;
	width: 555px;
	}
.box_l {
	float: left;
	width: 155px;
	}
.box_l2 {
	float: left;
	width: 177px;
	}
.box_r {
	float: right;
	width: 360px;
	margin: 0 30px 0 0;
	_margin: 0 15px 0 0;
	}
.box:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* entry_box 080807
----------------------------------------------- */

*+html .entry_box {	padding-bottom:5px;}

* html .entry_box { 
	height: 10px;
	padding-bottom:5px;
}

*+html.entry_box { 	margin-top:10px; }

.entry_box { 
	width:520px;
	min-height:10px;
	border-bottom: 1px dashed #ABABAB;
	margin-top:15px;
}

.entry_box p { line-height:1; padding-bottom: 5px; }

.entry_box p a { text-decoration:underline;}

.entry_box .entry_title a { color:#0066FF; font-weight:bold; text-decoration:underline; }

.entry_box img {
	margin-bottom: 10px;
	margin-right: 10px;
	position:relative;
	float:left;
}

.entry_box:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
