@charset "Shift_JIS";

body{
	background : #efefef url(./images/head_bg2.jpg) repeat-x 0% 0%;
	margin:0;
	padding:0;
	text-align:center;
}
body,div,td,th,p,h1,h2,h3,h4,h5,h6,caption {
	color:#000000;
	font-size:small;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif; 
	line-height:1.4;
}

img{
	border:none;
}
strong{
	font-weight:bold;
}
caption {
	text-align:left;
	font-size:small;
}
.clr{
	clear:both;
}
.img-right{
	float:right;
}
.invisible{
	display: none;
}

/* wrapper */
.wrapper{
	width:750px;
	margin:auto;
	text-align:left;
	_padding-left:1px;
}
#wrapper-head{
	background : url(./images/head_bg.jpg) no-repeat 50% 0%;
}
#wrapper-body{
	background : url(./images/body_bg.gif) repeat-y 50% 0%;
}

/* header */
#header h1{
	margin:0;
}
#header-r{
	background : #0066cc url(./images/head_bg3.jpg) no-repeat 0% 0%;
	text-align:right;
	padding-right:10px;
}
/* navigation */
#navi{
	width:750px;
	background : #f0f0f0 url(./images/navi_bg.gif) repeat-x 0% 0%;
	border-bottom:solid 1px #666666;
}
#navi a{
	display:block;
	padding:5px 10px;
	font-weight:bold;
}
#navi a:link{
	color:#0066CC;
	text-decoration:none;
}
#navi a:visited{
	color:#0066CC;
	text-decoration:none;
}
#navi a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FF00FF;
}
/* contents */
#main {
	clear:both;
	width:750px;
	background-color:#FFFFFF;
}
#main h1, #main h2 {
	color:#0066CC;
}
.contents {
	padding:20px 20px 10px 20px;
}
.contents h1 {
	font-size:120%;
	letter-spacing: 0.2em;
	border-bottom:3px solid #CCCCCC;
}
/* footer */
#footer{
	clear:both;
	background-color:#666666;
	width:750px;
}
#footer p{
	color:#FFFFFF;
	font-size:90%;
	margin:0;
	padding:10px;
}
#footer-end {
	background : #efefef url(./images/foot_b.gif) no-repeat 50% 0%;
	margin:0 auto;
}
#footer-end p{
	margin:0;
	padding:0;
	padding-top:10px;
	text-align:right;
	font-size:90%;
}

/* top */
#top-left {
	width:380px;
	float:left;
	padding:10px;
}
#top-right {
	width:330px;
	float:right;
	padding:10px 10px 10px 0;
}
.top-about {
	background : url(./images/img_world.gif) no-repeat 100% 0%;
}
.top-box-t {
	background : url(./images/top_box_t.gif) no-repeat 0px 0px;
}
.top-box-b {
	background : url(./images/top_box_b.gif) no-repeat 0px 100%;
	padding:10px;
}
.top-box-bg {
	width:329px;
	background : url(./images/top_box_bg.gif) repeat-y 0px 0px;
}
.dl-mini {
	font-size:90%;
}
.dl-mini h3{
	font-size:90%;
	margin-bottom:0px;
}
/* other */
.link-up {
	background : url(./images/icon_ar2.gif) no-repeat 100% 100%;
	font-size: 80%;
	padding-right: 0px;
	text-align:right;
}
.t-red {
	color:#FF0066;
}
.t-mini {
	font-size:80%;
}
.table-dot {
	border-top:dotted 1px #666666;
	border-collapse: separate;
}
.table-dot td {
	border-bottom:dotted 1px #666666;
}
.table-clear {
	border:none;
}
.table-clear td {
	border:none;
}
.table-block {
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
}
.table-block th{
	background-color:#666666;
	color:#FFFFFF;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	padding:3px;
}
.table-block td{
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	padding:3px;
}
.block0 {
	padding:0 30px 0 30px;
}
.block1 {
	padding:0px 10px;
	border:1px dotted #666666;
	margin-bottom:10px;
}
