/* CSS Document */
/* charset */
@charset "shift_jis";


/* reset */

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
 
table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
ul {list-style: none;}

body {
	color: #333;
	background: #FFF;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, '‚l‚r ‚oƒSƒVƒbƒN', san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: center;
}

/* --- link --- */

a { color: #3C25A1; }
a:visited { color: #3C25A1; text-decoration: none; }
a:hover { color: #66f; text-decoration: underline; }

/* --- general --- */

h2 { margin: 0 0 0.5em 0; font-size: 1.5em; }
h3 { margin: 0 0 1em 0; color: #333; font-size: 1.2em; font-family: serif; }
p { font-size: 1.2em;margin-bottom: 1.5em; }

.hd {
	text-indent:-9999px;
	font-size:0px;
	text-decoration:none;
	display:block;
}

.fclear {
    zoom: 100%;
}
.fclear:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* contets */

/* layout */

#bigbox {
	width:800px;
	margin:0 auto;
	background:url(images/bg.jpg) top center repeat-y;
	text-align:left;
}

#header {}

#contentsbox {
	font-size:1.2em;
	padding:5px 20px 5px 20px;
}


#footer {
	width:800px;
	margin:0 auto;
	font-size:1.2em;
	padding-top:20px;
	background:url(images/foot.jpg) top center no-repeat;
}

#title {
	width:800px;
	height:120px;
	background:url(images/title.jpg) top left no-repeat;
}

#leftpane {
	float:left;
	width:300px;
	margin-right:10px;
}

#leftpane img {
	margin-bottom:10px;

}

#rightpane {
	float:left;
	width:450px;
}

.desc_txt {
	margin:10px 0;
}

#rightpane .desc_txt strong {
	font-size:1.4em;
}

.lm20 {
	margin-left:20px;
}

#rightpane .desc_txt .lm20>strong {
	font-size:1.2em;
	color:#0066CC;
}


