@charset "Shift_JIS";

/* common */

html {
	margin: 0;
	padding: 0;
}

body {
	background: url("../common/img/bg.gif");
	color: #666666;
	font-family: sans-serif,"‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	font-size: 12px;
	line-height:18px;
	margin: 0px;
	padding: 0px;
}

th {
	font-size: 12px;
	line-height:18px;
}

td {
	font-size: 12px;
	line-height:18px;
}

div {
	font-size: 12px;
	line-height:18px;
}

a {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}


table.all {
	width: 800px;
}

td.all_l {
	width: 25px;
	background: url("../common/img/bg_l.gif") repeat-y top left;
}

td.all_r {
	width: 25px;
	background: url("../common/img/bg_r.gif") repeat-y top left;
}

td.all {
	width: 750px;
	background: #ffffff;
	vertical-align: top;
}
div.container{ 
width:800px; 
margin:0px auto;
}

/* HEADER */

table.header {
	width: 750px;
	background: url("../common/img_header/sora.gif") no-repeat top left;
	margin-bottom: 14px;
}

td.logo {
	padding-left: 25px;
	width: 470px;
	vertical-align: bottom;
}

td.header_menu {
	width: 280px;
	padding: 11px 25px 5px 0px;
}

table.menu {
	width: 750px;
	margin-bottom: 15px;
}

td.menu_l {
	background: url("../common/img_header/menu_side_bg.gif") repeat-x bottom left;
	width: 44px;
}

td.menu_r {
	background: url("../common/img_header/menu_side_bg.gif") repeat-x bottom left;
	width: 44px;
}

td.menu1 {
	width: 111px;
}

td.menu2 {
	width: 107px;
}

div.nav-bread { 
	font-size:90%;
	margin: 10px 0 10px 40px;
}

/* CONTENTS */

div.contents {
	width: 700px;
	margin: 0px 25px
}

div.contents2 {
	width: 670px;
	margin: 0px 40px;
	background:url("../img/main_bg.gif")
}


div.box {
	width: 610px;
	margin: 0px 30px;
}

/* end of stylesheet */

