@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(images/header/bg.jpg) repeat-x;
	font-size:100%;
	line-height:130%;
}

img {
	border:0;
}

.width {
	width:1000px;
	margin:0 auto;
}
.width:after {
	content:"　";
	font-size:1px;
	line-height:1px;
	clear:both;
	display:block;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}

.box {
	border:solid 1px #CCC;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 10px;
}




/* CSS Document */

header {
	background:url(images/header/top_banner.jpg) no-repeat;
	background-position:center top;
	min-width:1000px;
	height:429px;
}

header h1 {
	float:left;
	padding:18px 0 0 0;
}

header address {
	float:left;
	padding:45px 0 0 30px;
}





/* CSS Document */

section {
	float:right;
	width:760px;
}




/* button.cssに続く */

.side_bar {
	float:left;
	width:212px;
}




/* CSS Document */

footer {
	padding:20px 0 16px;
	margin:30px 0 0;
	text-align:center;
	background:#EEEEEE;
	color:#999;
}

footer nav {
	font-size:70%;
	line-height:130%;
	color:#CCC;
}
footer nav a {
	color:#666;
	text-decoration:none;
	margin:0 10px;
}
footer nav a:hover {
	color:#999;
	text-decoration:underline;
}

footer p {
	font-size:60%;
	line-height:180%;
	letter-spacing:1px;
	margin:10px 0 0;
}




/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}

.revocation {
	text-decoration:line-through;
}