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

body {
	background-color: #efefef;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	color: #333333;
	font-size: 13px;
}

div {
	list-style-type: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

a {
	color: #3333CC;
	text-decoration: none;
}

a:hover {
	color: #3333CC;
	text-decoration: underline;
}

img {
	border:0px;
}

h1,h2 {
	font-weight: normal;
}

#clear{
	clear:both;
}


/* ▼ Base ------------------------------------------------------------------*/
#base {
	width:840px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
}

#container{
	width: 840px;
}

#wrap {
	width: 800px;
	margin: auto;
	background-image: url(img/contents_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* ▼ Top ------------------------------------------------------------------*/
#top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: auto;
}
#top .top_h1_text {
	padding-right:35px;
	padding-top:18px;
	margin-bottom: 3px;
	text-align:right;
	font-size: 11px;
	color: #AEAEAE;
}
#top .top_h1_text a {
	font-size: 11px;
	color: #AEAEAE;
	text-decoration: none;
}

#top .top_title {
	padding-left:90px;
}
#top .top_title a {
	font-size: 30px;
	color: #666;
	text-decoration: none;
}

/* タイトルテキスト */
#top .top_text {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-left:90px;
	padding-top:3px;
}
/* タイトルロゴ */
#top .top_logo {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding-left:85px;
}


/* ▼ Header ------------------------------------------------------------------*/
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 770px;
	margin: auto;
}

/* ▼ Navi ------------------------------------------------------------------*/
#navi {
	width: 800px;
	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: 550px;
	float:right;
	padding-right:18px;
}

#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: #ffffff;
	padding-left:45px;
	line-height: 29px;
}
#contents_01 .contents_01_box {
	background-image: url(img/contents_01_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
}
#contents_01 .contents_01_content {
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contents_01 .contents_01_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
	margin-right: 180px;
}
#contents_01 .contents_01_bottom {
	background-image: url(img/contents_01_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}


#contents_02 {
	margin-bottom:15px;
	clear:both;
}
#contents_02 .contents_02_title {
	background-image: url(img/contents_02_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:45px;
	line-height: 29px;
} 
#contents_02 .contents_02_box {
	background-image: url(img/contents_02_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding:10px 10px 0px;
	height: 120px;
}
#contents_02 .contents_02_box_img {
	width: 150px;
	height: 105px;
	float:left;
	margin-right:10px;
	background-color: #ccc;
}
#contents_02 .contents_02_box_text_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:10px;
}
#contents_02 .contents_02_box_button01 {
	background-image: url(img/contents_02_box_button01.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 110px;
	float:right;
	text-align: center;
	margin-right:5px;
}
#contents_02 .contents_02_box_button01 a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 22px;
}
#contents_02 .contents_02_box_button02 {
	background-image: url(img/contents_02_box_button02.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 110px;
	float:right;
	text-align: center;
	margin-right:5px;
}
#contents_02 .contents_02_box_button02 a {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 22px;
}
#contents_02 .contents_02_box_bottom {
	border-bottom: 1px solid #D7D7D7;
	padding:5px 0px 0px;
	clear:both;
}
#contents_02 .contents_02_bottom {
	background-image: url(img/contents_02_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}


#contents_03 {
	margin:0;
	padding:0;
}
#contents_03_left {
	width:265px;
	float:left;
	margin-bottom:15px;
}
#contents_03_right {
	width:265px;
	float:right;
	margin-bottom:15px;
}
#contents_03 .contents_03_title {
	background-image: url(img/contents_03_title.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:30px;
	line-height: 29px;
} 
#contents_03 .contents_03_box {
	background-image: url(img/contents_03_box_bg.gif);
	background-repeat: repeat-y;
	padding:5px 15px 10px 15px;
}
#contents_03 .contents_03_box dl{
	margin: 0px;
	padding: 0px;
}
#contents_03 .contents_03_box dt{
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	font-size: 13px;
	padding-top:4px;
	padding-left:8px;
}
#contents_03 .contents_03_box dd{
	font-size: 10px;
	padding: 3px 0 5px 15px;
}
#contents_03 .contents_03_bottom {
	background-image: url(img/contents_03_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 25px;
	font-size: 13px;
	text-align: right;
	padding-right:15px;
}
#contents_03 .contents_03_box p {
	background-image: url(img/note_line.gif);
	font-size: 12px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents_04 {
	margin-bottom:15px;
	clear:both;
}
#contents_04 .contents_04_title {
	background-image: url(img/contents_02_title.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:45px;
	line-height: 29px;
}
#contents_04 .contents_04_box {
	background-image: url(img/contents_02_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding:10px 10px 0px;
}
#contents_04 .contents_04_subtitle {
	background-image: url(img/contents_04_subtitle.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding-left:20px;
	margin-bottom: 5px;
}
#contents_04 .contents_04_subtitle a {
	color: #666666;
}
#contents_04 .contents_04_subbox {
	padding:3px 10px 12px;
}

#contents_04 .contents_04_box li {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding:0px 10px 0px 12px;
	line-height: 22px;
}
#contents_04 .contents_04_box li a {
	font-size: 13px;
}

#contents_04 .contents_04_box span {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding:0px 10px 0px 12px;
	line-height: 22px;
	display:inline-block;
}
#contents_04 .contents_04_box span a {
	font-size: 13px;
	white-space:nowrap;
}


#contents_04 .contents_04_bottom {
	background-image: url(img/contents_02_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
}

#contents_05 {
	margin-bottom:15px;
	clear:both;
}
#contents_05 .contents_05_title {
	background-image: url(img/contents_05_title.gif);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 5px;
}
#contents_05 .contents_05_subtitle {
	background-image: url(img/contents_05_subtitle.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left:20px;
	margin-left: 5px;
} 
#contents_05 .contents_05_subtitle a {
	color: #666666;
} 
#contents_05 .contents_05_box {
	padding:5px 10px 5px 10px;
}
#contents_05 .contents_05_box p{
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
}


/* ▼ Side ------------------------------------------------------------------*/
#side ,#side_menu ,#side_menu ul ,#side_menu li{
	margin:0;
	padding:0;
}
#side {
	width: 200px;
	float:left;
	padding-left:18px;
	margin-bottom:10px;
}
#side_menu {
	background-image: url(img/side_menu_bg.gif);
	background-repeat: repeat-y;
	margin-bottom:10px;
}
#side_menu .side_menu_title {
	background-image: url(img/side_title.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 200px;
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#side_menu .side_menu_title a {
	font-size: 14px;
	color: #ffffff;
}
#side_menu .side_menu_title_info {
	background-image: url(img/side_title_info.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 200px;
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#side_menu ul {
}
#side_menu li {
	background-image: url(img/side_menu_bottom_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#side_menu li a {
	background-image: url(img/side_menu_left_icon.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	padding:7px 4px 7px 22px;
	display: block;
	line-height: 16px;
	font-size: 12px;
	color:#666;
	width: 174px;
}
#side_menu li a:hover {
	text-decoration: underline;
	color: #3333CC;
}
#side_menu .side_menu_bottom {
	background-image: url(img/side_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
}


/* ▼ Footer ------------------------------------------------------------------*/
#footer{
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	height: 44px;
	clear:both;
}
#footer .footer_text {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align:center;
	line-height: 32px;
}


/* ▼ Pages Contents ------------------------------------------------------------------*/
#pages_contents_sitetop {
	font-size: 12px;
	background-image: url(img/pages_contents_sitetop.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	padding-right:15px;
	margin-bottom:10px;
}

#pages_contents_mokuji {
	margin-bottom:15px;
}
#pages_contents_mokuji .pages_contents_mokuji_title {
	background-image: url(img/pages_contents_mokuji_title.gif);
	background-repeat: no-repeat;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left:45px;
	line-height: 29px;
}
#pages_contents_mokuji .pages_contents_mokuji_box {
	background-image: url(img/pages_contents_mokuji_box_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding:5px 5px 0px 5px;
}
#pages_contents_mokuji .pages_contents_mokuji_box ul {
	background-image: url(img/pages_contents_mokuji_box_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pages_contents_mokuji .pages_contents_mokuji_box li {
	background-image: url(img/pages_contents_mokuji_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;
	padding:0px 0px 0px 30px;
	line-height: 24px;
}
#pages_contents_mokuji .pages_contents_mokuji_box a {
	font-size: 13px;
}
#pages_contents_mokuji .pages_contents_mokuji_bottom {
	background-image: url(img/pages_contents_mokuji_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
}
#pages_contents_mokuji .pages_contents_mokuji_box dl {
	padding:5px 10px;
}
#pages_contents_mokuji .pages_contents_mokuji_box dt {
	background-image: url(img/contents_03_icon.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding:3px 4px 5px 10px;
	line-height: 16px;
	font-size: 14px;
}
#pages_contents_mokuji .pages_contents_mokuji_box dt a {
	font-size: 14px;
}
#pages_contents_mokuji .pages_contents_mokuji_box dd {
	padding:0 0 15px 10px ;
	font-size: 13px;
}


#pages_contents {
	margin-bottom:15px;
}
#pages_contents .pages_contents_title {
	background-image: url(img/pages_contents_title.gif);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-left:30px;
}
#pages_contents .pages_contents_title a {
	color: #666666;
}
#pages_contents .pages_contents_box {
	padding:5px 10px 5px 10px;
}
#pages_contents .pages_contents_box p {
	background-image: url(img/note_line.gif);
	font-size: 13px;
	line-height: 22px;
	padding-top: 4px;
	padding-bottom: 15px;
}
#pages_contents .pages_contents_nextpage {
	font-size: 14px;
	text-align: center;
	padding:0 0 10px 0;
}

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

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

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

