﻿/* ▼ Common ------------------------------------------------------------------*/
* {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #efefef;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	color: #333333;
	font-size: 13px;
}

div {
	list-style-type: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

a {
	color: #CC3300;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

img {
	border:0px;
}

h1,h2 {
	font-weight: normal;
}

h2{color:#000001; font-weight:bold; 
	padding-top:10px;padding-left:50px;margin-top:20px;margin-left:20px;width:550px;height:45px;font-size:150%;
	background:url(./img/h2.gif);background-repeat:no-repeat;}


#clear{
	clear:both;
}


/* ▼ Base ------------------------------------------------------------------*/
#base {
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:850px;
	margin: auto;
}

#wrap {
	width: 850px;
	margin: auto;
}


/* ▼ Header ------------------------------------------------------------------*/
#header {
	background-image: url(img/header_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 850px;
	margin: auto;
}
#header .header_top_text {
	font-size: 10px;
	color: #cccccc;
	text-align:right;
	padding-top:2px;
	padding-right:10px;
	margin-bottom: 5px;
}
#header .header_top_text a {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
}
#header .header_logo {
	padding-left:60px;
}
#header .header_logo a {
	font-size: 28px;
	font-weight: normal;
	color: #666666;
}
#header .header_logo a:hover {
	text-decoration: none;
}
#header .header_text {
	font-size: 12px;
	text-decoration: none;
	padding-left:60px;
	color: #999999;
}

#top_banner {
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position:center;
	width: 850px;
	height:248px;
	margin: auto;
}

/* ▼ Navi ------------------------------------------------------------------*/
#navi {
	width: 850px;
	margin: auto;
}
#navi .navi_text {
	font-size: 12px;
	margin:10px 0px 10px 20px;
}
#navi a {
	text-decoration: underline;
}
#navi a:hover {
	text-decoration: none;
}


/* ▼ Contents ------------------------------------------------------------------*/
#contents {
	width: 610px;
	padding-left:0px;
	float:left;
}
#contents_01 {
	margin-bottom:15px;
}
#contents_01 .contents_01_title {
	background-image: url(img/contents_01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:18px;
	line-height: 29px;
}
#contents_01 .contents_01_box {
	margin:10px 10px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#contents_01 .contents_01_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	margin-left: 180px;
}

#contents_02 {
	margin-bottom:15px;
}
#contents_02 .contents_02_title {
	background-image: url(img/contents_01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:18px;
	line-height: 29px;
}
#contents_02 .contents_02_box {
	padding:10px;
	border-bottom: 1px solid #cccccc;
	height: 110px;
}
#contents_02 .contents_02_box_img {
	width: 150px;
	height: 110px;
	float:left;
	margin-right:10px;
	background-color: #ccc;
}
#contents_02 .contents_02_box_title {
	font-size: 14px;
	font-weight: bold;
	width: 360px;
	float:left;
	line-height: 20px;
}
#contents_02 .contents_02_box_text {
	font-size: 12px;
	width: 360px;
	float:left;
	line-height: 20px;
	margin-bottom:8px;
}
#contents_02 .contents_02_box_button01 {
	background-image: url(img/contents_02_box_button01.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
	float:right;
	text-align: center;
	margin-right:5px;
}
#contents_02 .contents_02_box_button01 a {
	font-size: 13px;
	color: #ffffff;
	display: block;
	line-height: 23px;
}
#contents_02 .contents_02_box_button02 {
	background-image: url(img/contents_02_box_button02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
	float:right;
	text-align: center;
	margin-right:5px;
}
#contents_02 .contents_02_box_button02 a {
	font-size: 13px;
	color: #ffffff;
	display: block;
	line-height: 23px;
}

#contents_03 {
	margin-bottom:25px;
}
#contents_03 .contents_03_title {
	background-image: url(img/contents_01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:18px;
	line-height: 29px;
}
#contents_03 .contents_03_box_title {
	background-image: url(img/contents_03_box_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 22px;
	padding:0 0 0 20px;
	margin: 10px 0 0 10px;
}
#contents_03 .contents_03_box_title a {
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}
#contents_03 .contents_03_box {
	padding: 0 10px 5px;
}
#contents_03 .contents_03_box li {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding:0px 4px 0px 22px;
	line-height: 22px;
}
#contents_03 .contents_03_box li a {
	font-size: 13px;
}
#contents_03 .contents_03_box span {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding:0px 4px 0px 22px;
	line-height: 22px;
	display:inline-block;
}
#contents_03 .contents_03_box span a {
	font-size: 13px;
	white-space:nowrap;
}
#contents_03 .contents_03_box dl {
	padding:5px 0px;
}
#contents_03 .contents_03_box dt {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:3px 4px 5px 12px;
	line-height: 16px;
	font-size: 14px;
}
#contents_03 .contents_03_box dt a {
	font-size: 14px;
}
#contents_03 .contents_03_box dd {
	padding:0 0 15px 12px ;
	font-size: 13px;
}

#contents_04 {
	margin-bottom:15px;
}
#contents_04 .contents_04_title {
	background-image: url(img/contents_01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:18px;
	line-height: 29px;
}
#contents_04 .contents_04_subtitle {
	background-image: url(img/contents_03_box_title.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 5px;
	padding-left:20px;
}
#contents_04 .contents_04_subtitle a {
	color: #666666;
}
#contents_04 .contents_04_box {
	padding-top:15px;
	padding-bottom:15px;

}
#contents_04 .contents_04_box {
	padding:5px 10px;
}
#contents_04 .contents_04_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
}


/* ▼ Side ------------------------------------------------------------------*/
#side {
    width: 200px;
	padding-right:5px;
	margin-top:10px;
	float:right;
}
#side_menu {
	margin-bottom: 8px;
}
#side_menu .side_menu_title {
	background-image: url(img/menu2.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 200px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #000001;
	text-align: center;
}
#side_menu .side_menu_title a {
	color: #000001;
}
#side_menu ul {
}
#side_menu li {
	background-image: url(img/side_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 16px;
}
#side_menu li a{
	background-image: url(img/side_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	display: block;
	padding:8px 4px 8px 26px;
	color:#333333;
	width: 170px;
}
#side_menu li a:hover {
	text-decoration: underline;
	color: #CC3300;
}

/* ▼ Footer ------------------------------------------------------------------*/
#footer{
	margin: auto;
	line-height: 22px;
	clear: both;
}
#footer .footer_text {
	font-size: 12px;
	text-decoration: none;
	text-align:center;
	padding-top: 15px;
}


/* ▼ Pages------------------------------------------------------------------*/
#pages_contents_sitetop {
	font-size: 12px;
	text-align: right;
	padding-right:15px;
	margin-bottom:10px;
}
#pages_contents_01 {
	margin-bottom: 15px;
}
#pages_contents_01 .pages_contents_01_title {
	background-image: url(img/contents_01_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:18px;
	line-height: 28px;
}
#pages_contents_01 .pages_contents_01_box {
	background-image: url(img/pages_contents_01_box_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding:5px;
}
#pages_contents_01 .pages_contents_01_box li {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding:0px 4px 0px 22px;
	line-height: 22px;
}
#pages_contents_01 .pages_contents_01_box li a {
	font-size: 13px;
}

#pages_contents_02 {
	margin-bottom: 15px;
}
#pages_contents_02 .pages_contents_02_title {
	background-image: url(img/pages_contents_02_title.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
	padding-left:10px;
}
#pages_contents_02 .pages_contents_02_title a {
	color: #666666;
}
#pages_contents_02 .pages_contents_02_box {
	padding:5px 10px 5px 10px;
}
#pages_contents_02 .pages_contents_02_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
}
#pages_contents_02 .pages_contents_nextpage {
	font-size: 13px;
	padding:0 10px 10px 0;
	text-align: right;
}
