/* ▼ Common ------------------------------------------------------------------*/
* {
	margin: 0;
	padding:0;
}

body {
	background-color: #565656;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

a {
	color:#002FC8;
	text-decoration: none;
}

a:hover {
	color: #002FC8;
	text-decoration: underline;
}

img {
	border:0px;
}

h1,h2 {
	font-weight: normal;
}

#clear{
	clear:both;
}


/* ▼ Base ------------------------------------------------------------------*/
#base {
	width:800px;
	margin: auto;
	background-color: #ffffff;
	background-image: url(img/base_bg.gif);
	background-repeat: repeat-y;
}

#container{
	width: 800px;
	color: #333333;
}

#wrap {
	width: 800px;
	margin: auto;
}


/* ▼ Top ------------------------------------------------------------------*/
#top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	margin: auto;
}
#top .top_text {
	padding-right:15px;
	text-align:right;
	line-height: 28px;
	font-size: 10px;
	color: #ffffff;
}


/* ▼ Header ------------------------------------------------------------------*/
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
	margin: auto;
}
#header .header_logo {
	padding:30px 0 0 50px;
}
#header .header_logo a {
	font-size: 38px;
	color: #ffffff;
}
#header .header_text {
	font-size: 12px;
	color: #ffffff;
	padding:5px 0 0 50px;
}

/* ▼ Navi ------------------------------------------------------------------*/
#navi {
	width: 800px;
	height:45px;
	margin:auto;
	background-image: url(img/navi.gif);
	background-repeat: no-repeat;
}
#navi .navi_text {
    font-size: 13px;
	padding:5px 15px;
}
#navi a {
	font-size: 13px;
	text-decoration: underline;
	color: #004CB7;
}
#navi a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #004CB7;
}

/* ▼ Contents ------------------------------------------------------------------*/
#main {
	width: 540px;
	float:right;
	padding-right:20px;
}
#main01 {
	margin-bottom:15px;
}
#main01 .main01_title {
	background-image: url(img/main_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:40px;
	line-height: 27px;
}
#main01 .main01_box {
	height:220px;
	padding:10px 10px 0 10px;
	border: 1px solid #f1f1f1;
	background-color:#F9F9F9;
}
#main01 .main01_content {
	background-image: url(img/img_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#main01 .main01_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
	margin-right: 220px;
}

#main02 {
	margin-bottom:15px;
}
#main02 .main02_title {
	background-image: url(img/main_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:40px;
	line-height: 27px;
} 
#main02 .main02_box {
	height:130px;
	padding:10px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background-color:#F9F9F9;
}
#main02 .main02_box_img {
	float:left;
	width: 150px;
	height: 120px;
	margin-right:15px;
	background-color: #cccccc;
}
#main02 .main02_box_text_title {
	float:left;
	width: 350px;
	line-height: 22px;
	margin-bottom:5px;
}
#main02 .main02_box_text_title a {
	font-size: 15px;
	font-weight: bold;
	color:#0031BC;
}
#main02 .main02_box_text {
	font-size: 12px;
	width: 350px;
	float:left;
	line-height: 20px;
	margin-bottom:10px;
}
#main02 .main02_box_button01 {
	background-image: url(img/button_02.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float:right;
	margin-left:10px;
}
#main02 .main02_box_button01 a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 22px;
	padding-left:30px;
	display: block;
}
#main02 .main02_box_button02 {
	background-image: url(img/button_01.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 130px;
	float:right;
	margin-left:10px;
}
#main02 .main02_box_button02 a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
	padding-left:30px;
	display: block;
}
#main02 .main02_box_line {
	border-bottom: 1px dashed #a4a4a4;
	margin:0 10px;
	clear:both;
}
#main02 .main02_bottom {
	border-bottom: 1px solid #f1f1f1;
}

#main03 {
	margin-bottom:15px;
}
#main03 .main03_title {
	background-image: url(img/main_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:40px;
	line-height: 27px;
}
#main03 .main03_box {
	padding:10px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background-color:#F9F9F9;
}
#main03 .main03_subtitle {
	background-image: url(img/main_subtitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	padding:0 0 0 25px;
	margin: 5px 0 0 5px;
}
#main03 .main03_subtitle a {
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
#main03 .main03_subbox {
	padding:5px 10px 10px 20px;
}
#main03 .main03_subbox li {
	padding:0;
}
#main03 .main03_subbox li a {
	background-image: url(img/main03_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0px 6px 0px 12px;
	line-height: 22px;
	font-size: 13px;
}
#main03 .main03_subbox span {
	padding:0;
	display:inline-block;
}
#main03 .main03_subbox span a {
	background-image: url(img/main03_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0px 6px 0px 12px;
	line-height: 22px;
	font-size: 13px;
	white-space:nowrap;
}
#main03 .main03_box dl {
	padding:5px 0px;
}
#main03 .main03_box dt {
	padding:0 0 5px 0 ;
}
#main03 .main03_box dt a {
	background-image: url(img/main03_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:6px 4px 5px 15px;
	line-height: 16px;
	font-size: 14px;
}
#main03 .main03_box dd {
	padding:0 0 20px 15px ;
	font-size: 13px;
}


#main04 {
	margin-bottom:10px;
	clear:both;
}
#main04 .main04_title {
	background-image: url(img/main_title_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:40px;
	line-height: 27px;
	margin-bottom:8px;
}
#main04 .main04_subtitle {
	background-image: url(img/main_subtitle_01.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	line-height: 22px;
	padding-left: 20px;
	margin-left:10px;
}
#main04 .main04_subtitle a {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}
#main04 .main04_box {
	padding:5px 10px 0px 10px;
}
#main04 .main04_box p {
	background-image: url(img/note_line.gif);
	line-height: 22px;
	font-size: 13px;
	padding: 4px 0 15px;
}



/* ▼ Side ------------------------------------------------------------------*/
#side {
	width: 200px;
	float:left;
	padding-left:10px;
	margin-bottom:10px;
}
#side .side_title {
	background-image: url(img/side_title.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 200px;
	font-size: 14px;
	line-height: 28px;
	color: #f1f1f1;
	text-align: center;
}
#side .side_title a {
	color: #f1f1f1;
}
#side ul {
    width:200px;
	margin-bottom:8px;
	border-bottom: 1px solid #bebebe;
}
#side li {
	width:200px;
}
#side li a {
	background-image: url(img/side_menu01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 15px;
	color:#333333;
	font-size: 12px;
	padding:8px 10px 7px 30px;
	width: 160px;
}
#side li a:hover {
	background-image: url(img/side_menu02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 15px;
	color:#ffffff;
	font-size: 12px;
	padding:8px 10px 7px 30px;
	width: 160px;
}


/* ▼ Footer ------------------------------------------------------------------*/
#footer{
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top:10px;
	line-height: 30px;
	clear:both;
}
#footer .footer_text {
	text-align:center;
	color:#FFFFFF;
	font-size: 13px;
}


/* ▼ Pages------------------------------------------------------------------*/
#pages_main_sitetop {
	text-align: right;
	height:15px;
	padding:0 20px 0 20px;
	margin-bottom:10px;
	background-image: url(img/icon_sitetop.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#pages_main_sitetop a {
	font-size: 12px;
	text-decoration: underline;
}

#pages_main01 {
	margin-bottom:10px;
	clear:both;
}
#pages_main01 .pages_main01_title {
	background-image: url(img/pages_main01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:40px;
	line-height: 27px;
}
#pages_main01 .pages_main01_box {
	padding:10px 20px;
	background-color: #F9F9F9;
	border: 1px solid #f1f1f1;
}
#pages_main01 .pages_main01_box li {
	padding:0;
}
#pages_main01 .pages_main01_box li a {
	background-image: url(img/main03_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0px 6px 0px 12px;
	line-height: 22px;
	font-size: 13px;
}

#pages_main02 {
    margin-bottom: 10px;
}
#pages_main02 .pages_main02_title {
	background-image: url(img/pages_main02_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 24px;
	height: 29px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
	padding-left:18px;
}
#pages_main02 .pages_main02_title a {
	color: #333333;
}
#pages_main02 .pages_main02_box {
	padding:5px 10px 0px 10px;
}
#pages_main02 .pages_main02_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
}
#pages_main02 .pages_main02_nextpage {
	font-size: 14px;
	padding:10px 0 15px 10px;
	font-weight: bold;
}

#sponsored {
	padding:0 10px 15px;
}

#sponsored li{
	display:inline;
	margin:0 5px 0 0;
}

#sponsored a{
	color: #333333;
	font-size: 12px;
}

