@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size:14px;
	font-family:verdana, "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "MS PGothic", Sans-Serif;
	color:#333333;
	background-color: #f4cb3e;
}

html {
	overflow-y:scroll;
}

p {
	margin:10px;
	line-height: 120%;
}

ul li {　
	
	line-height:200%;
	list-style-image: none;
	list-style-type: none;
}

ol{
	padding-left: 30px;
}

ol li {
	line-height:200%;
}

img,
fieldset {
	border:0;
	vertical-align:bottom;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#0000FF;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	margin-right: auto;
	margin-left: auto;
	
	background-image : url(img/back.gif);
	background-repeat : repeat-y;
	width:780px;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	background-repeat: no-repeat;
	background-image : url(img/top.jpg);
	width:750px;
	height:260px;
	margin-right: auto;
	margin-left: auto;
}

#header p#siteDescription {
	margin:0;
	padding:8px 15px 10px 18px;
	color: #FFFFFF;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:750px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9900;
	color: #FFFFFF;
	line-height: 160%;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:750px;
	background:url(img/bg.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
}


/* __main
------------------------------------------*/

#main {
	line-height: 200%;
	width:510px;
	float : right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main h2 {
	color: #F5001C;
	font-size: 24px;
	margin-bottom: 20px;
}

#main .linkTitle {
	width: 120px;
	text-align: center;
}
#main #center1 {
	margin-left: 72px;
	width: 366px;
	margin-top: 10px;
}

#main table {
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	background-color: #ffffe8;
}


#main table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 13px;
}

#main .red {
	color: #FF0000;
}
#main .box {
	margin-left: 0px;
	padding-left: 2px;
}

#main .green {
	color: #00CC00;
}

.leftboxindent{
	width:165px;
	border-top-width : 1px;
	border-width : 1px;
	border-style : solid;
	border-color : #cc0000;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
#main .waku {
	border: 3px solid #33CC33;
}

#main .waku2 {
	border: 3px solid #33CC33;
	float: right;
	margin-left: 15px;
}



h1 {
	font-size : 16px;
	font-weight : normal;
	margin-top : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-left: 2px;
}
/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:180px;
	float : left;
	padding-left: 20px;
	padding-top: 10px;
}

#sub h3 {
	margin-bottom:5px;
	font-size:100%;
	letter-spacing:1px;
}

#sub li {
	display: inline;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}


#sub img {
	margin-right: auto;
	margin-left: auto;
}
#sub .big {
	font-size: 18px;
	line-height: 200%;
}
#sub #tencho {
	margin-left: 10px;
	margin-bottom: 5px;
}
#sub ul {
	margin-top: 5px;
}

/*-----------------------------------------------
 __coupon
-----------------------------------------------*/

#coupon {
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000000;
}

