@charset "utf-8";
@import "/css/left_menu.css";
@import "/css/footer.css";

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/images/illustration/contents_images/bg.jpg) repeat-x;
}
ul, ol {
	list-style:none;
}
#contents {
	width: 980px;
	margin:0 auto;
	padding: 0;
	background-color: #FFFFFF;
	text-align:left;
}
/*----- #header -----*/

#header {
	padding : 0;
	margin : 0;
	height: 120px;
	text-align:center;
	background: url(/images/illustration/contents_images/bg.jpg) repeat-x;
}
#header_left {
	float:left;
}
#header_right {
	float:right;
}
/*----- #topmenu -----*/


/*#topmenu{
	width : 100%;
	height : 90px;
	padding : 0;
	margin : 0 0 5px;
	clear: both;
	background: url(/images/illustration/menu/bg.gif) repeat-x;
}    
#topmenu ul{
  text-align:center;
  list-style : none;
  padding : 0;
  margin : 0;
}
#topmenu li{
	float:left;
	width: 120px;
	height: 90px;
	line-height: 90px;
	background-image : url(/images/illustration/menu_bg.jpg);
	padding : 0;
	margin : 0;
}
#topmenu a:link, #topmenu a:visited, #menu a:active{
	color:#FFFFFF;
	display:block;
	width: 100px;
}
#topmenu a:hover{
	color: #006633;
	background-color:#EEEEEE;
}
*/

/*----- #path -----*/

#path {
	font-size: 10px;
	color: #000;
	line-height: 30px;
	height: 30px;
	margin : 0 0 15px;
	background: url(/images/illustration/contents_images/path_bg.jpg) repeat-x;
	padding-left: 15px;
	clear: both;
}
#path a:link, #path a:visited {
	color: #009;
	text-decoration: none;
}
#path a:hover, #path a:active {
	color: #009;
	text-decoration: underline;
}
/*----- #inside -----*/


#inside {
	margin: 0px;
	padding: 0px 15px;
}
/*----- #main -----*/


#main {
	margin: 0px 0px 0px 160px;
	padding: 0px;
}
/*----- #center -----*/

#center {
	padding: 0px;
	margin: 0px;
	width: 560px;
}
/*----- #right -----*/

#right {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	background: #F6F6F6;
}
/*----- #header ul, #footer ul -----*/

#header ul, #footer ul {
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#header li, #footer li {
	float:left;
}
#header li a, #footer li a {
	display:block;
	padding : 0;
	margin-right: 10px;
}
#header li a:hover, #footer li a:hover {

}

#footer {
	margin-top: 30px;
}


/*----- Tag -----*/

p, th, td, li {
	line-height: 1.5;
	font-size: 14px;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 14px;
	color: #FFF;
	background: #096;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3 {
	font-size: 14px;
	color: #FFF;
	background: #0C6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h4 {
	font-size: 14px;
}
strong {
	color: #527072;
}
img {
	border-style: none;
}
/*----- link -----*/

a:link, a:visited, a:hover, a:active {
	color:#006633;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
/*----- tbl1 -----*/

.tbl1 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
.tbl1 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.red {
	color: red;
}
.s_bg{/*TELの背景*/
	background: #999;
	font-size: 10px;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

/*========================== LISTS ============================*/

.box-list {
	width:100%;
	overflow:hidden;
	padding-left: 0px;
}
.box-list li {
	float:left;
	width:305px;
	padding-left: 0px;
	background: #FF3;
	margin-right: 10px;
}
.box-list li .box1 p {
	margin:0;
}
.box-list li .box1 p a {
	position:relative;
	top:5px;
}
.box-list li.alt {
	margin-right:12px;
}
.box-list li.last {
	margin-right:0;
}

/*============================ BOXES ==========================*/

.box {
	background:#fff;
	width:100%;
	margin-bottom:20px;
}
.box .border-bot {
	background:url(/images/images2/border-bot.gif) repeat-x left bottom;
}
.box .left-bot-corner {
	background:url(/images/images2/left-bot-corner.gif) no-repeat left bottom;
}
.box .right-bot-corner {
	background:url(/images/images2/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner {
	padding:0 0 10px 21px;
}
.box1 {
	width:263px;/*width:263px;*/
	background:url(/images/images2/box1-bot.jpg) no-repeat left bottom;
}


