@charset "utf-8";

body {
	margin:0px;
	padding: 0px;
}
html {
	height: 100%;
} 

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,di,dd { margin:0; padding:0; } 
blockquote,li,dt,dd { margin-left:1em; } 
input,textarea { font-size:1em; } 

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}
#main {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

div#header h1 {
	font-size: 16pt;
	color: #FFFF00;
	padding-top: 30px;
	padding-left: 60px;
}
address {
}


#header {
	background-image: url(images/title.gif);
	background-position: 0px 0px;
	height: 80px;
	width: 800px;
}
#contaner {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#leftnavi {
	float: left;
	width: 190px;
	margin-bottom: 30px;
}

.bgblue {
	color: #FFF;
	background-color: #3366FF;
}
.bggreen {
	color: #FFF;
	background-color: #009999;
}
.bgorange {
	color: #FFF;
	background-color: #cc9900;
}
.barblue {
	background-image: url(images/blue_bar.gif);
	background-repeat: no-repeat;
	color: #3366FF;
}
.bargreen {
	background-image: url(images/green_bar.gif);
	background-repeat: no-repeat;
	color: #009999;
}
.barorange {
	background-image: url(images/orange_bar.gif);
	background-repeat: no-repeat;
	color: #cc9900;
}
#leftnavi h2 {
	font-size: 12pt;
	line-height: 1.5em;
	display: block;
	padding: 10px;
}

#leftnavi h3 {
	font-size: 11pt;
	line-height: 1.5em;
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#leftnavi p a {
	text-align: left;
	text-indent: 30px;
	display: block;
	font-size: 9pt;
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/navi_1.gif);
	background-repeat: no-repeat;
}

#leftnavi p a:hover {
	text-align: left;
	text-indent: 30px;
	display: block;
	font-size: 9pt;
	text-decoration: underline;
	color: #F00;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/navi_1m.gif);
	background-repeat: no-repeat;
}
.section {
	width: 520px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 15px;
}
address {
	font-size: 9pt;
	margin-top: 10px;
	font-style: normal;
	clear: both;
	line-height: 1.5em;
}

.address {
	font-size: 8pt;
	text-align: center;
	margin-top: 20px;
	display: block;
	background-color: #006699;
	font-style: normal;
	clear: both;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.section p img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.titlesec {
	font-size: 14pt;
	line-height: 1.5em;
	color: #069;
	text-decoration: none;
}
.section h5 a {
	font-size: 14pt;
	font-weight: normal;
	color: #069;
	text-decoration: none;
	display:block;
	background-image: url(images/subtitlebg_u.jpg);
	background-repeat: no-repeat;
	text-indent: 50px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 140px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	
}
.section h5 a:hover{
	font-size: 14pt;
	color: #F00;
	text-decoration: none;
	background-image: url(images/subtitlebg_d.jpg);
	background-repeat: no-repeat;
	background-position: 140px;
		text-indent: 50px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
}


.section p {
	line-height: 1.5em;
}
.pippan {
	font-size: 10pt;
	line-height: 1.5em;
}
.pippan2 {
	font-size: 10pt;
	line-height: 1.5em;
	margin-left: 20px;
}

.pippan2 strong {
	font-size: 10pt;
	color: #09C;
}

#contents_main h3 {
	font-size: 16pt;
	line-height: 2em;
	color: #06C;
	background-image: url(images/glass_ball.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 5px;
	text-indent: 40px;
	margin-top: 15px;
}
#contents_main .pippan img {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}


#aisatsu p {
	font-size: 10pt;
	line-height: 1.5em;
}
#aisatsu h3 {
	font-size: 12pt;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	margin-bottom: 10px;
}
#aisatsu {
	width: 540px;
}
#aisatsu p img {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}
#contents {
	padding: 15px;
	width: 510px;
	border: 2px solid #CCC;
	margin-top: 15px;
	margin-bottom: 30px;
}
#contents_main {
	width: 540px;
	height: 100%;
}
#merit h2 {
	background-image: url(images/rev_merit.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left: -20px;
	color: #C60;
	padding-top: 55px;
	padding-bottom: 55px;
	text-indent: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28pt;
}
#demerit h2 {
	color: #06F;
	background-image: url(images/rev_demerit.gif);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 55px;
	margin-left: -20px;
	text-indent: 100px;
	display: block;
	margin-bottom: 20px;
	font-size: 28pt;
}
#demerit h5 {
	font-size: 12pt;
	line-height: 1.5em;
	background-color: #CFC;
	display: block;
	padding: 3px;
	margin-bottom: 10px;
}
#merit h5 {
	font-size: 12pt;
	line-height: 1.5em;
	background-color: #F9C;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
}
#merit {
	padding: 20px;
	width: 520px;
	margin-top: 20px;
}
.waku001 {
	padding: 15px;
	border: 1px solid #06F;
	margin-bottom: 15px;
}
.waku001 h5 {
	font-size: 12pt;
	color: #069;
	margin-bottom: 5px;
}
.waku001 .pippan strong {
	font-size: 10pt;
	color: #FFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-color: #6CC;
}

#demerit {
	padding: 20px;
	width: 520px;
	margin-top: 20px;
}
#contents_main p {
	line-height: 1.5em;
}
#all #contaner #main h4 {
	font-size: 12pt;
	background-image: url(images/toiawase.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 540px;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subtitle  p {
	font-size: 16pt;
}
.subtitle {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-image: url(images/designtitle.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
.subtitle h2 {
	font-size: 18pt;
	color: #FFFFFF;
}



#all #contaner #main h4 a {
	text-decoration: none;
}

#all #contaner #main h4 a:hover {
	text-decoration: none;
	color: #C00;
}

