/*--------------------------------------------------------
reset
--------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	}
	
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
	
table {
	border-collapse: collapse;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
ul,
ul li,
dl,
dt,
dd,
ol,
ol li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

img,
fieldset {
	margin: 0;
	border: 0;
	vertical-align: top;
	}
	
br {
	letter-spacing: normal;
	}
	
address {
	font-style: normal;
	}

/*--------------------------------------------------------
common
--------------------------------------------------------*/

body {
	background-color: #EFF3FF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-size: 80%;
	}

a {
	text-decoration: none;
	color: #336644;
	}

a:hover {
	text-decoration: underline;
	}

/*--------------------------------------------------------
wrap
--------------------------------------------------------*/

#wrap {
	width: 820px;
	background: #EFF3FF url(../img/bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	}

#content-wrap {
	width: 780px;
	margin: 0px auto;
	padding: 0;
	}

/*--------------------------------------------------------
header
--------------------------------------------------------*/

#header {
	position: relative;
	width: 820px;
	height: 185px;
	background: url(../img/header.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	}
	
#header h1 {
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	margin: 5px 0 0 25px;
	}

#header p.title {
	text-align: left;
	font-family: font-family: 'Arial', 'Tahoma', sans-serif;
	color: #ffffff;
	margin: 0;
	}
	
#header p.title img {
	border:0 ;
	}
	
/*--------------------------------------------------------
nav
--------------------------------------------------------*/

#nav {
	clear: both;
	top: 148px;
	position: absolute;
	width: 780px;
	line-height: 50px;
	height: 40px;
	margin: 0 auto;
	margin-left: 20px;
	background: #1D3543 url(../img/menu.jpg) repeat-x;
	font: 16px/40px "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul li {
	display: inline;
	}

#nav ul li a {
	display: block;
	float: left;
	padding: 10px 10px 0 10px;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #579AB0;
	}

#nav ul li a:hover {
	background: #336644 url(../img/selectedMenu.jpg ) repeat-x;
	}

#nav ul li.current a {
	background: #336644 url(../img/selectedMenu.jpg ) repeat-x;
	}

/*--------------------------------------------------------
topic_path
--------------------------------------------------------*/

div#topic_path {
	margin: 10px 0 0 30px;
	}
	
div#topic_path a {
	text-decoration: none;
	}
	
div#topic_path a:hover {
	text-decoration: underline;
	}

/*--------------------------------------------------------
main
--------------------------------------------------------*/

#main {
	float: left;
	width: 530px;
	padding: 0 0 50px 0;
	margin: 0px 0px 0px 10px;
	display: inline;
	background: url(../img/box.jpg) no-repeat;
	}

#main h2 {
	margin: 10px 0 5px 0;
	padding: 10px 0px 0px 35px;;
	width: 540px;
	height: 38px;
	font-size: 130%;
	font-weight: bold;
	background: url(../img/h2bg.gif) no-repeat;
	}

#main h3 {
	clear: both;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid #5293A9;
	margin: 10px 0 0 10px;
	padding: 13px 0 8px 0;
	}
	
#main h3 a {
	font-weight: bold;
	}
	
#main h3 img {
	margin: 0 5px -6px 0;
	vertical-align: bottom;
	}
	
#main p {
	margin: 10px 0 0 10px;
	}
	
#main p.desc {
	width: 540px;
	}
	
#main div.ad {
	margin: 10px 8px 5px 10px;
	width: 120px;
	float: left;
	}
	
#main div.ad_btn {
	text-align: right;
	}
	
#main div.ad_btn img {
	margin-top: 5px;
	}
	
#main div.thumbnail {
	margin: 0 10px 5px 0;
	width: 240px;
	float: left;
	}
	
#main div.thumbnail img {
	border:1px solid #CCC;
	}
	
#main p.desc {
	}
	
#main div.apply {
	padding: 10px 0;
	text-align: center;
	clear: both;
	}
	
#main ul.all {
	margin: 10px 0 0 20px;
	}
	
#main ul.all li {
	margin-bottom: 5px;
	}
	
/*--------------------------------------------------------
plan table
--------------------------------------------------------*/

#main div.plan {
	font-size: 85%;
	width: 550px;
	margin-bottom: 10px;
	}
	
#main div.plan table {
	border-collapse: collapse;
	}

#main div.plan th {
	text-align: center;
	border: solid 1px #999999;
	background-color: #EFF3FF;
	padding: 3px;
	}
	
#main div.plan th.server_name {
	width: 92px;
	}
		
#main div.plan td {
	text-align: center;
	border:solid 1px #999999;
	padding: 3px;
	}
	
/*--------------------------------------------------------
sidebar
--------------------------------------------------------*/

#sidebar {
	float: right;
	width: 210px;
	color: #707070;
	}

#sidebar h4 {
	margin: 0 0 5px 10px;
	padding: 6px 0 0 20px;
	font-weight: bold;
	color: #666666;
	height: 18px;
	background: url(../img/loupe.gif) no-repeat left;
	}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 0px 10px 8px 10px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #d1d5e1;
	}

#sidebar ul.sidemenu li {
	list-style: none;
	color: #777;
	border-bottom: 1px solid #d1d5e1;
	}

#sidebar ul.sidemenu li a {
	display: block;
	padding: 5px 0;
	width: 100%;
	text-indent: 30px;
	background: url(../img/arrow.gif) 15px center no-repeat;
	}

#sidebar ul.sidemenu li a:link {
	}
	
#sidebar ul.sidemenu li a:hover {
	text-decoration: none;
	background: #ffffff url(../img/arrow.gif) 20px center no-repeat;
	}
	
* html body #sidebar ul.sidemenu li {
	height: 1%;
	}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
		}

#sidebar ul.sidemenu ul li {
	border: none;
	}

/*--------------------------------------------------------
footer
--------------------------------------------------------*/

#footer {
	color: #FFFFFF;
	background: #EFF3FF url(../img/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 80px;
	text-align: center;
	font-size: 8pt;
	}

#footer address {
	padding: 10px 0;
	margin: 0;
	font-style: normal;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

.clear {
	clear: both;
	}
	
#footer_ad {
	margin: 0 0 20px 68px;
	}
	

/*--------------------------------------------------------
extended styles
--------------------------------------------------------*/

.layout {
	margin: 0;
	}

.bloc-txt, .bloc-txt-txt, .bloc-img-txt, .bloc-txt-img, .bloc-img {
	margin: 0;
	padding: 0 5px 0 5px;
	clear: both;
	}

.bloc-txt-txt .richtext, .bloc-img-txt .richtext, .bloc-img-txt .image,
.bloc-txt-img .richtext, .bloc-txt-img .image {
	margin: 0;
	width: 48%;
	float: left;
	}

.bloc-sep {
	width: 20px;
	margin: 0;
	padding: 0;
	float: left;
	}
