@charset "EUC-JP";
/*  
Version: 1.0
Author: ITO Daisuke@D-mediaCreations Inc.
Author URI: http://d-mc.jp/
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	NAVI
	CONTENT
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
body {
	padding:0px;
	margin:0px;
	background: #fff;
	color: #333333;
	text-align: center;
	font-family: "¥á¥¤¥ê¥ª", "Meirio" , "MS U1 Gothic" , "ƒqƒ‰ƒMƒmŠpƒS Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;
	font-size: 14px;
	line-height: 140% ;
	background-image:url(img/bg001.gif);
	background-position:0% 0%;
	background-repeat: repeat;
}

#page {
    display: block;
	width: 830px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

h1 {
	color: #963;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #963 ;
}

h2 {
	color: #f96;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #9c3;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    border-bottom: 1px solid #9c3 ;
}

h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background: #cc0 ;
}

h5 {
	color: #363;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#f16b {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#f14r {
	color: #f96;
	font-size: 14px;
	font-weight: bold;
}


img { border: none;
}

a:link		{ color: #630 ; text-decoration:none; }
a:visited	{ color: #ff3300 ; text-decoration:none; }
a:hover		{ color: #CC6666 ; text-decoration:underline; }
a:active	{ color: #CC6666 ; text-decoration:underline; }

hr { width: 100%;
        height: 2px;
	color: #f96;
}


ul{
    display:block;
	margin: 0px;
	padding: 10px 10px 10px 30px;
    list-style-type: disc;
}

ol{
    display:block;
	margin: 0px;
	padding: 10px 10px 10px 30px;
}

table {
	margin: 0px;
	padding: 2px;
	color: #333333;
	background-color: #fff;
	font-size: 14px;
}

th {
	margin: 0px;
	padding: 5px;
	color: #fff;
	background-color: #630;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

td {
	margin: 0px;
	padding: 5px;
	color: #333333;
	background-color: #fff;
	font-size: 14px;
}

/*	HEADER
-------------------------------------------------*/

#header {
	clear: both;
	padding: 5px;
	margin:0px auto;
	width:800px;
	height: auto;
	color: #000;
	text-align: right;
	font-size: 10px;
	line-height: 100% ;
				}

/*	NAVI
-------------------------------------------------*/
		
#navi {
	padding: 0px 0px 0px 20px;
	margin: 0px auto ;
	background: #fff ;
	color: #000 ;
	text-align: left ;
	font-size: 10px ;
	line-height: 100% ;
	width: 780px ;
	height: 40px ;
}

ul.subnavi {
    display:block;
	float:right;
	width:180px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
    list-style-type: none;
	background-color: #FFCC66;
}

li.subnavi {
    display:block;
	margin: 5px;
	padding: 5px;
	background-color:#fff;
}



/*	CONTENT
-------------------------------------------------*/

#main {
	display: block;
    width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	text-align:left;
}

#title {
	display: block;
	float:left;
	text-align:left;
    width: 196px;
	height:196px;
	margin: 0px;
	padding: 5px;
}

#container {
	display: block;
	float:left;
	text-align:left;
	margin: 0px;
	padding: 0px;
	width: 590px;
}


#box001 {
	display: block;
	float:left;
	text-align:left;
    width: 560px;
	height:175px;
	margin: 5px;
	padding: 5px;
	background-color:#FFFFFF;
	border:5px solid #FF9999 ;
}

#box002 {
	display: block;
	float: left;
	text-align:left;
    width: 175px;
	height: 100% ;
	margin: 5px;
	padding: 5px;
	background-color:#FFFFFF ;
	border:5px solid #FF9999 ;
	word-wrap:break-all;
}

#box003 {
	display: block;
	float: left;
	text-align:left;
    width: 560px;
	height:auto;
	margin: 5px;
	padding: 5px;
	background-color:#FFFFFF;
	border:5px solid #FF9999 ;
	word-wrap:break-all;
}


#indent {
	display: block;
	float: left;
	margin: 0px;
	padding: 1px;
}

#indent_right {
	display: block;
	float: right;
	margin: 0px;
	padding: 1px;
	text-align: right;
	clear:both;
}

.indent_right {
	display: block;
	float: right;
	margin: 0px;
	padding: 1px;
	text-align: right;
	clear:both;
}

#indent_center {
	display:block;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	clear:both;
}

/*	FOOTER
-------------------------------------------------*/


#footer {
	clear: both;
	padding: 5px;
	margin:0px auto;
	text-align: right;
	font-size: 10px;
	font-weight:bold;
	line-height: 100% ;
	width:800px;
	height:20px;
}

/* moodalbox CSS
-------------------------------------------------*/

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #666;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
display: block;
width: 760px;
height: 500px;
border: 5px solid #fff;
overflow: auto;
background-color: #006;
}

.mb_loading {
background: #DDD url(img/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border:5px solid #fff;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(img/closelabel.gif) no-repeat center;
margin: 0px;
}

div#mb_caption {
margin-right: 71px;
}
