/* 
++++++++++++++++++++++++++++++++++++++++++++
http://www.f-wind.co.jp CSS Style
base.css
Last updated 1 June 2007
++++++++++++++++++++++++++++++++++++++++++++
*/ 

/* layout */
body {
	text-align: center;
	padding: 0px;
	background-image: url(../../campaign/images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #ededed;
}

/* wrapper */
#wrapper {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 20px;
}

h1 {
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}

#contents{
	margin-left: 20px;
	margin-right: 20px;
}

#point {
	background-image: url(../../campaign/images/campaign_05/window.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 340px;
	padding-bottom: 20px;
}

#hp_sample {
	list-style-type: none;
	padding-bottom: 30px;
	text-align: center;
}

#hp_sample li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-top: 30px;
}

#footer address {
	font-size: 90%;
	font-style: normal;
	line-height: 130%;
	background-image: url(../../campaign/images/campaign_05/fw_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 250px;
	margin-left: 260px;
	padding-left: 120px;
}


/* text define */
#contents h2 {
	font-size: 130%;
	line-height: 130%;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}

#contents h3 {
	margin-bottom: 20px;
}

#contents h4 {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

p,li,dt,dd {
	font-size: 90%;
	line-height: 180%;
}

#contents p {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 45px;
}

table {
	border-collapse: collapse;
	font-size: 120%;
	line-height: 150%;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
}

th {
	border: 2px solid #999999;
	background-color: #FEF2D9;
	padding: 10px;
	text-align: left;
}

td  {
	padding: 10px;
	border: 2px solid #999999;
	background-color: #FEF2D9;
	text-align: right;
}

.horizon {
	margin: 10px;
	background-image: url(../../campaign/images/campaign_05/hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 940px;
}

.horizon hr {
	display: none;
}

hr {
	margin-right: 25px;
	margin-left: 25px;
}


/* class */
.center{
	text-align: center;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.fl_left {
	float: left;
	width: 525px;
	margin-bottom: 20px;
}

.fl_right {
	float: right;
}

.cl_right{
	clear: right;
}

.cl_left{
	clear: left;
}

.cl_both{
	clear: both;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0094FE;
}

.green {
	color: #339900;
}

.large {
	font-size: 140%;
}


/* text link style */
a:link {
	color: #666666;
	text-decoration: none;
}

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

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #0066FF;
	text-decoration: underline;
}


/* etc */
.rollover {
}

.pagetop {
	text-align: right;
	clear: both;
	padding-right: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

/* default reset */
*{
	margin: 0;
	padding: 0;
}

