@charset "utf-8";

/*
基本
************************************************************************************/

* {
	font-size: 12px;
	line-height: 140%;
	color: #3C3C3C;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #012C4E;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
a {
	color: #0080C0;
	text-decoration: underline;
}
a:hover {
	color: #FF8080;
	text-decoration: none;
}
a img {
	border:none;
}
hr {
	clear: both;
	height: 1px;
}

strong {
	color: #002D42;
}
li {
	list-style-type: none;
}
.point {
	color: #D83E03;
	text-decoration: underline;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/*
本体ベース
************************************************************************************/

#base {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #FFFFFF;
}
#work {
	float: left;
	padding: 5px;
	background-image: url(../images/side_back1.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/*
ヘッダー
************************************************************************************/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 95px;
}
#header #title {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 5px;
	text-align: right;
}
#header   #header_nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#header  #header_nav  li {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/black00_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#header #header_nav li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	line-height: 18px;
}
#header #header_nav li a:hover {
	color: #FF8080;
	text-decoration: none;
}
#header #logo {
	position:absolute;
	bottom: 5px;
	left: 5px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 18px;
	float: left;
}
h2 {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	background-image: url(../images/h3.jpg);
	margin-bottom: 10px;
	padding-left: 22px;
	letter-spacing: 2px;
	background-image: url(../images/h3.jpg);
	line-height: 30px;
	background-repeat: no-repeat;
}
h4 {
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: ridge;
	border-left-color: #0080C0;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0080C0;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #0080C0;
	background-image: url(../images/square50_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 22px;
}
.voice {
	line-height: 19px;
	padding-top: 7px;
	padding-bottom: 25px;
	padding-left: 25px;
	letter-spacing: 1px;
	color: #333333;
}



#base #titleimg_waku #sitenav a {
	font-size: 100%;
	color: #0080C0;
	text-decoration: underline;
	padding-top: 5px;
	font-weight: lighter;
}
#base #titleimg_waku #sitenav a:hover {
	color: #FF8080;
	text-decoration: none;
}

/*
ナビゲーション
************************************************************************************/

#navbar {
	background-image: url(../images/navbar.gif);
	height: 30px;
	width: 776px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	clear: both;
}
#base #navbar li {
	display: inline;
}
#base #navbar li a {
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/nav_link.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	float: left;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-right: 1px;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	background-color: #0B444A;
	letter-spacing: 2px;
}
#base #navbar li a:hover {
	font-weight: bolder;
	color: #FCEBCB;
	background-image: url(../images/nav_on.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	text-decoration: none;
}

/*
タイトル・イメージ
************************************************************************************/

#titleimg_waku {
	background-color: #D6DDE4;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	height: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#base #titleimg_waku #sitenav {
	font-size: 9px;
	font-weight: lighter;
	color: #666666;
	letter-spacing: normal;
	text-align: right;
	padding-right: 30px;
	margin: 0px;
}

/*
左サイド
************************************************************************************/

#side_waku {
	float: left;
	width: 220px;
}
#side_waku_2 {
	background-color: #BEBFAE;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
}
#menu_title {
	line-height: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../images/menu_title.gif);
	background-repeat: repeat-x;
	background-position: left top;
	letter-spacing: 2px;
	text-align: center;
	height: 19px;
	width: 200px;
	padding-top: 1px;
}
#base #work #side_waku #side_waku_2 li {
	background-color: #BEBFAE;
	width: 200px;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #BEBFAE;
}
#base #work #side_waku #side_waku_2 li a {
	color: #333333;
	background-image: url(../images/menuback_a.gif);
	display: block;
	padding-left: 20px;
	text-decoration: none;
	height: 17px;
	padding-top: 3px;
	letter-spacing: 1px;
}
#base #work #side_waku #side_waku_2 li a:hover {
	color: #2C363A;
	background-image: url(../images/menuback_hover.gif);
	font-weight: bolder;
}

/*
コンテンツ
************************************************************************************/

#contents_waku {
	float: right;
	width: 540px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#under_nav/*
アンダー・ナビ
************************************************************************************/

 {
	font-size: 10px;
	background-color: #E0E5E8;
	letter-spacing: 1px;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#base   #under_nav   a {
	font-size: 10px;
	color: #0080C0;
	text-decoration: underline;
	line-height: 22px;
}
#base   #under_nav   a:hover {
	color: #FF8080;
	text-decoration: none;
}

/*
フッター
************************************************************************************/

#footer {
	font-size: 10px;
	font-weight: lighter;
	background-color: #67899A;
	text-align: center;
	padding-top: 25px;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-bottom: 25px;
}

/*
その他
************************************************************************************/

.adsense_468x15 {
	text-align: center;
	width: 468px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.adsense_200x200 {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	text-align: right;
}
.waku_520 {
	width: 520px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 11px;
}
.waku_520a {
	width: 520px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.waku_540 {
	width: 540px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.520_l {
	float: left;
	width: 250px;
}
.520_r {
	float: right;
	width: 250px;
	text-align: center;
}



.moji_1 {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px;
}
.moji_2 {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.moji_title {
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 20px;
	font-weight: bolder;
	background-image: url(../images/purple01_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.moji_sitemap {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px;
}

#base  #work  #contents_waku  .waku_520a  a {
	font-size: 17px;
	line-height: 22px;
	color: #0080C0;
	display: block;
	text-decoration: none;
}
#base  #work  #contents_waku  .waku_520a  .moji_title  a:hover {
	color: #FF2F2F;
	text-decoration: none;
}


#base #work #side_waku #bookm {
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 5px;
	padding-left: 10px;
}
.adsense_336x280 {
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}
.osusume_waku {
	margin-bottom: 15px;
	height: 110px;
	width: 260px;
}
.osusume_img {
	background-image: url(../images/img_waku.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 115px;
	text-align: center;
	padding-top: 5px;
}
.osusume_title {
	font-weight: bolder;
	color: #000000;
	padding-left: 27px;
	font-size: 11px;
	background-image: url(../images/osusume_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 23px;
	height: 20px;
	padding-top: 3px;
}
.osusume_bun {
	line-height: 14px;
	font-weight: lighter;
	color: #666666;
	text-align: left;
	padding-left: 6px;
	letter-spacing: 1px;
	font-size: 10px;
	height: 48px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
}

.osusume_button {
	font-size: 9px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bolder;
}

#base #work #contents_waku .waku_540 .osusume_button a {
	text-decoration: none;
	background-image: url(../images/syousai_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	line-height: 20px;
	display: block;
}
#base #work #contents_waku .waku_540 .osusume_button a:hover {
	color: #00366C;
	text-decoration: none;
	background-image: url(../images/syousai_2.jpg);
	display: block;
}
.space05 {
	height: 5px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
.space30 {
	height: 30px;
}
.center_10 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.amazon_180x150 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.toku_1 {
	font-size: 12px;
	line-height: 25px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.toku_2 {
	font-size: 80%;
	line-height: 17px;
	color: #3C3C3C;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.toku_3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#base #work #contents_waku .waku_520 .toku_2 a {
	color: #0080C0;
	text-decoration: underline;
	font-size: 100%;
}
#base #work #contents_waku .waku_520 .toku_2 a:hover {
	color: #FF8080;
	text-decoration: none;
}
.style_tokured2 {
	line-height: 17px;
	color: #FF0000;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bolder;
	font-size: 90%;
}
.waku_haisou {
	font-size: 0.9em;
	line-height: 15px;
	color: #666666;
	text-align: left;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#base #work #contents_waku .waku_haisou strong {
	font-size: 100%;
	color: #000000;
}
.coll_seibun {
	color: #6E6E6E;
	width: 496px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.coll_1 {
	font-size: 90%;
	line-height: 15px;
	color: #666666;
	height: 15px;
}
#kousin_titlewaku {
	font-size: 17px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0080C0;
	margin-top: 15px;
	padding-bottom: 1px;
}
#kousin_waku {
	padding: 3px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 2px groove #9FC0D9;
	overflow: auto;
}
.kousin_naiyou {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-image: url(../images/black01_next.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding-right: 3px;
	padding-left: 18px;
}
.track_word {
	text-align: center;
	margin-bottom: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#base #footer .track_word a {
	color: #FFFFFF;
	text-decoration: underline;
}
#base #footer .track_word a:hover {
	color: #FF8080;
	text-decoration: none;
}
.as_tools {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.as_tools a {
	color: #FFFFFF;
	text-decoration: none;
}
.as_tools a:hover {
	color: #FF8080;
	text-decoration: underline;
}
.style_kuro {color: #000000}
#base #work #contents_waku .waku_520 .moji_2 img {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 3px;
	margin-right: 0px;
}
.col_syurui {
	width: 490px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.col_syu_1 {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	font-weight: bolder;
}
.col_syu_2 {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align: left;
	padding-left: 5px;
}
.col_syu_1a {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-align: center;
	padding-left: 5px;
	font-weight: bolder;
}
.col_syu_2a {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	padding-left: 5px;
}
#base #work #contents_waku .waku_520 .moji_1 img {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
#base #work #contents_waku .waku_520 .moji_1 li {
	list-style-type: decimal;
	line-height: 20px;
	color: #666666;
	letter-spacing: 1px;
}
#base #work #contents_waku .waku_520 .moji_1 ul {
	padding-left: 20px;
}
#base #work #contents_waku .waku_520 .moji_sitemap li {
	list-style-type: square;
	line-height: 20px;
	color: #666666;
	letter-spacing: 1px;
	list-style-position: inside;
	list-style-image: url(../images/black00_next.gif);
}
#base #work #contents_waku .waku_520 .moji_sitemap a {
	color: #464646;
	text-decoration: underline;
}
#base #work #contents_waku .waku_520 .moji_sitemap a:hover {
	color: #FF0000;
	text-decoration: none;
}

#base #work #contents_waku .waku_520 .moji_sitemap ul {
	padding-left: 20px;
}
.n1_qr {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	letter-spacing: 1px;
	width: 147px;
}
.n1_qr2 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	letter-spacing: 1px;
	width: 134px;
}
.n1_qr3 {
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	letter-spacing: 1px;
	width: 162px;
}
