@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:160%;
	color:#333;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	width:850px;
	margin:0 auto;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}





/* CSS Document */

.head {
	background:#EEE;
	padding:7px 0 5px;
}
.head p {
	width:850px;
	margin:0 auto;
	font-size:80%;
	line-height:100%;
	font-weight:bold;
}

h1 {
	text-align:center;
	margin:40px 0 40px;
}





/* CSS Document */

.left {
	width:590px;
	float:left;
}


.left .title {
	text-align:center;
	font-size:150%;
	line-height:130%;
	font-weight:bold;
	margin:0 0;
}

.left p {
	margin:30px 0;
}

.left h2 {
	font-size:120%;
	line-height:100%;
	margin:50px 0 -18px;
}

.left .title2 {
	font-size:200%;
	line-height:130%;
	font-weight:bold;
	margin:60px 0 20px;
}

.left .gaiyou {
	line-height:200%;
	color:#000;
}




/* CSS Document */

.right {
	width:220px;
	padding:10px;
	float:right;
	border:solid 3px #DDD;
	-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;
}

.right .title {
	text-align:center;
	font-size:90%;
	line-height:130%;
	font-weight:bold;
	margin:0 0 5px;
}

.right .img {
	text-align:center;
	margin:0 0 5px;
}

.right p {
	font-size:80%;
	line-height:150%;
}

.right .sub_title {
	margin:20px 0;
	font-weight:bold;
}

.right dl dt {
	text-align:center;
	margin:20px 0 0;
}
.right dl dd {
	text-align:center;
	font-size:70%;
	line-height:150%;
	font-weight:bold;
}






/* CSS Document */

.footer {
	padding:20px 0;
	text-align:center;
	background:#2972C8;
	color:#FFF;
}

.link {
	font-size:75%;
	line-height:130%;
	margin:0 0 10px;
}
.link a {
	color:#FFF;
	text-decoration:none;
}
.link a:hover {
	text-decoration:underline;
}

.copyright {
	font-size:70%;
	line-height:130%;
}

/* ################## Color Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}.redtext {
	color: #F00;
}
