@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
}
body {
	background-color: #F2F2F2;
}
a {
	color:#CC3333;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC3300;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:801px;
	margin-left: 24px;
	background-color: #FFFFFF;
	margin-top: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#base2 {
	width:801px;
	margin-left: 24px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#wrap {
	float: left;
	padding: 0px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#hed {
	width:801px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#hed h3 {
	border: 1px solid #DDDDDD;
	display: block;
	line-height: 22px;
	margin-right: auto;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
	height: 22px;
	font-weight: normal;
}
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:620px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#contents h3 {
	display: block;
	line-height: 22px;
	margin-right: auto;
	margin-left: 7px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
	height: 22px;
	font-weight: normal;
}

#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad #hed {
	padding: 9px;
}	
/**/

/*
１box
-------------------------------------------------------------------*/
#contents .box1 {
	float: left;
	height: 20px;
	width: 592px;
	border: 1px solid #DDDDDD;
	position: relative;
	text-align: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/*
2box
-------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	height: 127px;
	width: 138px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 2px;
	background-image: url(../img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#contents .box2 h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#contents .box2 p {
	margin: 0px;
}
#contents .box2 .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 15px;
	padding: 0 0 0 5px;
	margin:0px;
	color: #333333;
	border: 1px solid #D2D2D2;
	width: 119px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	padding-right: 5px;
	left: 6px;
}

#contents .box2 .btn a:hover {
	color: #6699ff;
	font-weight:bold;
}
.box2 a img {
	border: 2px solid #EDEDE9;
}
.box2 a:hover img {
	border: 2px solid #6699ff;
}


#contents .box2_photo {
	float: left;
	height: 110px;
	width: 123px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	position: relative;
	text-align: center;
}

#contents .box2_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box2_photo a img {
	border: 2px solid #FFFFFF;
}
.box2_photo a:hover img {
	border: 2px solid #FCD096;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 167px;
	margin-left: 12px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#side li {
	list-style-type: none;
}

.side_box {
	padding-top: 2px;
	width: 167px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CECEB9;
}

.side_box h3 a {
	display: block;
	width: 146px;
	line-height: 24px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #D2D2D2;
	height: 24px;
	font-weight: normal;
	text-decoration: none;
}
.side_box h3 a:hover {
	color: #6699ff;
	text-decoration: none;
}

.side_box ul {
	margin-bottom: 10px;
}

.side_box li a {
	display: block;
	width:134px;
	font-size: 10px;
	color:#555555;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 8px;
	background-image:url(../img/side_li.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: 46px;
}


.side_box li a:hover {
	color: #6699ff;
	text-decoration: none;
	background-image: url(../img/side_li_ov.jpg);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}


#template_by {
	font-size: 10px;
	padding: 10px;
	background-color: #EDEDE4;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #555555;
}
#template_by a {
	font-size: 10px;
	color: #808080;
}

/*
コピーライト
-------------------------------------------------------------------*/

#copy {
	font-style: normal;
	color: #333333;
	text-align: left;
	display: block;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

