@charset "UTF-8";
/* CSS Document */

body {
	font-size: 14px;
	color: #000000;
	background: url(images/bg.jpg) repeat;
	margin: 0;
	line-height: 22px;
	letter-spacing: 0.5px;
}

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

a:visited {
	color: #FF0000;
	text-decoration: none;
}

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

a:active {
	color: #FF3300;
	text-decoration: none;
}


/* 基本*/

#wrapper{
	width: 874px;
	margin: 0 auto;
}

#headder{
	margin: 0px auto;
	
}

#yodogawa{
	width: 650px;
	margin: 0px auto;
	
}

#content{
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	
}

#promotion{
	width: 750px;
	margin: 0px auto;
	
}




/* テキスト */

.recommend {
	font-size: 13px;
	color: #333333;
	line-height: 18pt;
}

.small {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
}

.small_black {
	font-size: 10px;
	line-height: 14px;
}

.caption {
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

.big {
	font-size: 16px;
	line-height: 28px;
	font-weight: bolder;
}

.midashi {
	font-size: 14.5px;
	line-height: 24px;
}

.large {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}

.small_red {
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 18px;
	color: #FF0000;
}
.pink {
	color: #F36;
	font-size: 14px;
	font-weight: bolder;
}
.attention {
	color: #60F;
	font-size: 13px;
	font-weight: bolder;
}
.title {
	color: #60F;
	font-size: 16px;
	font-weight: bolder;
	line-height: 24pt;
}
