@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #000; text-decoration: none; outline: 0; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; outline: 0; }
a:active { color: #000; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---------------------------------*/

body {
	font-size: 75%;
	line-height: 2;
	color: #666666;	
	background: #FFFFFF url(../img/back.gif) no-repeat top left;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #3d2d21;
}

a {
	color: #333333;
}

a:hover {
	color: #3d2d21;
}

#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	background: url(../img/header_bg.gif) no-repeat right top;
	margin-right: 20px;
}

	.pr-box {
			margin: 0;
			padding: 1px 10px;
			width: 880px;
			height: 14px;
			font-size: 10px;
			color: #fff;
			background: #2e251;
		}
		
			.pr-box ul {
				margin: 0;
				padding: 0 0 0 30px;
				background: url(../img/pr.gif) 0 5px no-repeat;				
			}
			
				.pr-box ul li {
					display: inline;
					margin: 0 10px 0 0;
					padding: 0;
				}
	
					.pr-box ul li a { color: #000; font-weight: bold; }
						.pr-box ul li a:hover { color: #000; text-decoration: underline; }

#header h1 {
	font-size: 10px;
	font-weight: normal;
	width: 500px;
	line-height: 1.4;
	padding-bottom: 10px;
}

.logo h1 a {
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 20px;
	text-decoration: none;
}

ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(../img/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../img/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	color: #B33214;
}

#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#side {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 56px;
	background: url(../img/midashi_bg1.gif) repeat-x;
	height: 56px;
	text-align: center;	
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

ul.sidemenu li{
	color: #666666;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #aeaeae;
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a {
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;
	color: #000000;
}

#main {
	float: right;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 100px;
}

	#breadcrumb { margin: 0 10px 1px 0; padding: 0; }
		#breadcrumb ul { margin: 0; padding: 0; text-align: right; }
			#breadcrumb ul li { display: inline; margin: 0; padding: 0; }
				#breadcrumb ul li a { color: #4a4124; }
					#breadcrumb ul li a:hover { color: #f90; }

#main h2 {
	font-size: 100%;
	background: url(../img/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}

#main img{
	border:0;
}


.right{
	text-align:right;
}


#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

#footer address { font-style: normal; }


#main dt {
	font-weight: bold;
}

#main dd {
	margin:20px;
	border-bottom: 1px dotted #cfcfcf;
}

#main h2{
	margin-top:15px;
	margin-bottom:15px;
}

.pass {
	text-align: left;
	font-size: 12px;
}
.contents-text {
	margin-bottom: 10px;
	text-align: left;
}

.favorite {
	padding:0 0 0 20px;
	list-style-type : none;
}
.favorite li{
	background:url(../img/arw_sm.gif) left center no-repeat;
	display : block;
	text-align: left;
	font-size:12px;
	font-weight: bold;
	padding:0 0 0 20px;
}
.mini-contents{overflow:hidden;}
.mcont-text-l {
	float:left;
	width: 250px;
	text-align: left;
	margin-right:10px;
}
.mcont-text-r {
	float:right;
	margin-bottom: 10px;
	width: 250px;
	text-align: left;
	margin-left:10px;
}
.h4_ttl1{
	background:url(../img/h4_ttl1.jpg) no-repeat;
	color: #333333;
}
.h4_ttl2{
	background:url(../img/h4_ttl1.jpg) no-repeat;
	color: #333333;
}
.h4_ttl1, .h4_ttl2{
	display:block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 0 0 10px;
	width: 250px;
	height: 30px;
}
h4 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}