@charset "utf-8";

/* default.css */



/*-------------------------------------------------
///	リセット設定
-------------------------------------------------*/

a {
}

a img, img {
	border:0;
}

address, caption {
	font-style:normal;
	font-weight:normal;
}

blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
	margin:0;
	padding:0;
}

caption, th {
	text-align:left;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

q:before, q:after {
	content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}


/*-------------------------------------------------
///	basic設定
-------------------------------------------------*/

/* form */
fieldset {
	border:1px solid #ccc;
	margin-bottom:1em;
	padding:0 1em 1em 1em;
}

input, textarea {
	line-height:1.4;
	padding:0;
	vertical-align:middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align:text-bottom;
}

input[type="submit"] {
	padding:0.1em;
}

input[type="reset"] {
	padding:0.1em;
}

input[type="button"] {
	padding:0.1em;
}

legend {
	background:#FFFFFF;
	padding:0.3em;
}

select {
	padding:0;
}

/* for IE6 */
* html input {
	padding:0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align:-0.3em;
}

* html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

* html select {
	vertical-align:-0.2em;
}

/* for IE7 */
*+html input {
	padding:0.1em;
}

*+html input.submit {
	line-height:1.2;
	padding-top:0.2em;
}

*+html select {
	vertical-align:-0.2em;
}

/* for Opera9.27 */
	html:first-child input {
	padding:0.1em;
}

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
	vertical-align:middle;
}

html:first-child input[type="submit"] {
	padding:0.3em;
}

html:first-child select {
	padding:0.2em 0.5em;
}

/* for Opera9.5+ [Safari3 & Chrome] */
body:first-of-type input {
	padding:0.1em;
}

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
	vertical-align:text-top;
}

body:first-of-type input[type="submit"] {
	padding:0.3em 0.3em 0.2em 0.3em;
}

/* for Safari3 & Chrome */
html:not(:only-child:only-child) input {
	padding:0;
	vertical-align:baseline;
}

html:not(:only-child:only-child) select {
	vertical-align:0;
}

option {
	padding-right: 10px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

ol, ul {
	text-align:left;
}


ol li {
	list-style: none;
}

ul li {
	list-style: none;
}


th {
	font-weight:bold;
	text-align:center;
}

em, strong {
	font-weight:bold;
}

p {
	text-align:left;
	width:auto;
}




/* common.css */


/*-------------------------------------------------
///	基本全体共通設定	
-------------------------------------------------*/

/* html */
html {
	color: #333;
}

/* body */
body {
	font-size: 0.75em;
	background: url(img/bg_body.gif) repeat-x left top;
	text-align: center;
	margin: 0 auto;
}

/* * */
* {
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,Sans-Serif;
}

/* for IE7 */
*+html body {
}

/* for IE6 */
* html body {
	overflow: scroll;
}

/* for safari \*/
html:not(:only-child:only-child) {
	letter-spacing: 0;
}

a:link {
	color: #333;
	text-decoration:underline;
}

a:visited {
	color: #333;
	text-decoration:underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
}

img {
	vertical-align: top;
}


/*-------------------------------------------------
///	clear fix
-------------------------------------------------*/

.clear:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* for IE6 */
* html .clear {
	display: inline-block;
}

/* for IE7 */
*+html .clear {
	display: inline-block;
}


/*-------------------------------------------------
///	wrapper	
-------------------------------------------------*/

#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
} 



/*-------------------------------------------------
///	header	
-------------------------------------------------*/


#banner {
	width: 900px;
	height: 58px;
	margin: 0 auto;
	text-align: center;
	background: url(img/bg_header.jpg) no-repeat 257px top;
}

#banner h1#banner-header {
	text-align: left;
	margin-top: 11px;
	width: 257px;
	height: 33px;
	float: left;
	background: url(new/logo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

#banner h1#banner-header a {
	display: block;
	width: 257px;
	height: 33px;
	overflow: hidden;
}

#banner #logo {
	display: none;
}

#banner #banner-search {
	float: right;
	margin-top: 23px;
}

#banner #banner-search #search {
	width: 170px;
	margin-left: 5px;
	margin-right: 2px;
}



/*-------------------------------------------------
///	entry	
-------------------------------------------------*/




/*-------------------------------------------------
///	pagebody	
-------------------------------------------------*/

#pagebody {
	width: 900px;
	text-align:center;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	padding-top: 36px;
}

#pagebody .topmain {
	margin-top: -36px;
	padding-top: 400px;
	position: relative;
}


/*-----------	entry	--------------*/

#pagebody .entry h2.top_title {
	background: none;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -52px;
	right: 2px;
	_left: 335px;
}


/*-----------	iei	（トップフォーム） --------------*/

#pagebody .iei {
	position: absolute;
	top: 25px;
	left: 0;
	_left: -262px;
	width: 900px;
	height: 363px;
	background: url(img/bg_mainimg.jpg) no-repeat left top;
}

#pagebody .iei .ikura {
	display: none;
}

#pagebody .iei .pro {
	display: none;
}

#pagebody .iei .mainform_submit {
	position: absolute;
	top: 249px;
	_top: 250px;
	left: 139px;
	text-align: left;
}

#pagebody .iei .title01 div {
	width: 100px;
	position: absolute;
	top: 92px;
	left: 17px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#pagebody .iei .title01 select {
	width: 160px;
	position: absolute;
	top: 206px;
	left: 33px;
	font-size: 14px;
	text-align: left;
}

#pagebody .iei .title02 div {
	width: 100px;
	position: absolute;
	top: 92px;
	left: 134px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#pagebody .iei .title02 select {
	width: 160px;
	position: absolute;
	top: 206px;
	left: 267px;
	font-size: 14px;
	text-align: left;
}

#pagebody .iei .title03 div {
	width: 100px;
	position: absolute;
	top: 92px;
	left: 240px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#pagebody .iei .title03 select {
	width: 160px;
	position: absolute;
	top: 206px;
	left: 480px;
	font-size: 14px;
	text-align: left;
}

#pagebody .iei .title04 div {
	width: 100px;
	position: absolute;
	top: 92px;
	left: 345px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

#pagebody .iei .title04 select {
	width: 160px;
	position: absolute;
	top: 206px;
	left: 690px;
	font-size: 14px;
	text-align: left;
}

/*-------------------------------------------------
///	alpha	
-------------------------------------------------*/

#alpha {
	width: 628px;
	float: right;
	text-align: left;
}

#alpha h2.archive-header {
	width: 576px;
	height: 36px;
	_width: 628px;
	_height: 51px;
	background: url(img/bg_h_maintitle.jpg) no-repeat left top;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 52px;
}

#alpha .entry .osusume {
	width: 576px;
	height: 36px;
	_width: 628px;
	_height: 51px;
	background: url(img/bg_h_maintitle.jpg) no-repeat left top;
	padding-top: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding-left: 52px;
}

#alpha .entry_box p {
	margin-bottom: 15px;
}

#alpha .entry_box img {
	margin-bottom: 15px;
}

#alpha .entry_box ul {
	margin-bottom: 15px;
}

#alpha .entry_box {
	border: #0080C9 2px solid;
	border-top: none;
	padding: 15px 10px 0 10px;
	margin-bottom: 15px;
}


#alpha #entry-999 {
	width: 622px;
	margin-right: -18px;
	padding-top: 10px;
}

#alpha #entry-999 .top_footconte {
	width: 290px;
	margin-right: 18px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: left;
	vertical-align: top;
}

#alpha #entry-999 .top_footconte h3.entry-header {
	width: 260px;
	height: 25px;
	_width: 290px;
	_height: 30px;
	padding-left: 30px;
	padding-top: 5px;
	background: url(img/bg_topfoottile.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

#alpha #entry-999 .top_footconte h3.entry-header a {
	color: #FFF;
	text-decoration: none;
}

#alpha #entry-999 .top_footconte .entry-body a {
	display: block;
	padding-left: 19px;
	background: url(img/icon_pagelink.jpg) no-repeat left 4px;
	line-height: 180%;
	margin-left: 5px;
}


.gotop {
	width: 120px;
	padding: 5px;
	background: #0F74BF;
	font-size: 10px;
	text-align: center;
	float: right;
	margin-bottom: 0px;
}

.gotop a {
	color: #FFF;
}

.gotop a:visited {
	color: #FFF;
}

.gotop a:hover {
	color: #FFF;
}





/*-----------	カテゴリー	--------------*/

#alpha .entry-c {
	margin-bottom: 0px;
}

#alpha .entry-c h3.entry-header {
	font-size: 14px;
	background: url(img/icon_pagelink.jpg) no-repeat left 3px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
}

#alpha .entry-c h3.entry-header a {
	color: #198CCE;
}

#alpha .entry-c p {
	margin-bottom: 10px;
}



/*-----------	詳細ページ	--------------*/

#alpha .entry .osusume02 {
	background: url(img/icon_arrow.gif) no-repeat left 8px;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 22px;
	border-bottom: #000 2px solid;
}

#alpha .entry .satei {
	background: url(img/icon_blanklink.gif) no-repeat left top;
	padding-left: 27px;
	padding-top: 3px;
}

#alpha .entry .satei a {
	color: #198CCE;
	font-size: 20px;
	font-weight: bold;
	margin-right: 3px;
}



#alpha .archive_lastlist .entry-header {
	width: 572px;
	_width: 601px;
	height: 25px;
	_height: 30px;
	background: url(img/bg_h_lastinfo.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 29px;
	color: #FFF;
	margin-bottom: 10px;
}

#alpha .archive_lastlist ul  {
	width: 606px;
	margin-right: -18px;
}

#alpha .archive_lastlist ul li {
	width: 262px;
	_width: 282px;
	margin-right: 18px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
	background: url(img/icon_pagelink.jpg) no-repeat left 3px;
	padding-left: 20px;
}


/*-----------	リンク集ページ	--------------*/

#alpha #linkpage h3.entry-header {
	font-size: 14px;
	background: url(img/icon_pagelink.jpg) no-repeat left 3px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
}

#alpha #linkpage h3.entry-header a {
	color: #198CCE;
}


/*-------------------------------------------------
///	beta	
-------------------------------------------------*/

#beta {
	width: 252px;
	float: left;
	text-align: left;
	padding-top: 8px;
}

#beta .module {
	border: #0F74BF 2px solid;
	padding: 10px 6px;
	margin-bottom: 12px;
}

#beta .module .module-header {
	width: 205px;
	height: 25px;
	_width: 235px;
	_height: 30px;
	background: url(img/bg_h_secondcategory.jpg) no-repeat left top;
	color: #FFF;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

#beta .module li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/icon_pagelink.jpg) no-repeat left 2px;
	margin-left: 8px;
}

#beta .catelist li {
	background: none;
	background: url(img/icon_second_category.jpg) no-repeat left 0px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 0px;
}

#beta .module .link a {
	padding-left: 20px;
	background: url(img/icon_pagelink.jpg) no-repeat left 2px;
	margin-left: 8px;
	line-height: 180%;
}

#beta .yahooimg {
	margin-top: 10px;
	text-align: right;
}

	



/*-------------------------------------------------
///	topicPath
-------------------------------------------------*/

.content-nav-bread {
	position: absolute;
	top: 19px;
	left: 0;
	font-size: 10px;
}

.content-nav-bread a {
	color: #0080C9;
}



/*-------------------------------------------------
///	footer_contents
-------------------------------------------------*/

#footer_contents {
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: #0F74BF 5px solid;
}

#footer_contents .footer_main {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#footer_contents .footer-navi {
	text-align: left;
}

#footer_contents .footer-navi a {
	text-align: left;
}

#footer_contents #footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#footer_contents #footer .pkg {
	position: absolute;
	top: -19px;
	right: 0;
}



/*-------------------------------------------------
///	class
-------------------------------------------------*/

.text_red {
	color: #FF0000;
}

.text10p {
	font-size: 10px;
}

.text12p {
	font-size: 12px;
}

.text14p {
	font-size: 14px;

}

.text16p {
	font-size: 16px;
}

.text18p {
	font-size: 18px;
}

.text20p {
	font-size: 20px;
}

.text_b {
	font-weight: bold;
}

.text_n {
	font-weight: normal;
}

.form50 {
	width: 50px;
}

.form70 {
	width: 70px;
}

.form100 {
	width: 100px;
}

.form120 {
	width: 120px;
}


.form130 {
	width: 130px;
}

.form150 {
	width: 150px;
}

.form200 {
	width: 200px;
}

.form250 {
	width: 250px;
}

.form300 {
	width: 300px;
}

.form350 {
	width: 350px;
}

.form400 {
	width: 400px;
}

.form510 {
	width: 505px;
}

.form550 {
	width: 550px;
}

.focus {
	background: #FFEC9D;
}

.mr40 {
	margin-right: 40px;
}

.mr20 {
	margin-right: 20px;
}


.mr15 {
	margin-right: 15px;
}

.mr10 {
	margin-right: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml39 {
	margin-left: 39px;
}

.ml50 {
	margin-left: 50px;
}

.ml30 {
	margin-left: 30px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml5 {
	margin-left: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

#wrapper #contents .mb20 {
	margin-bottom: 20px;
}

#wrapper #contents .mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 30px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 59px;
}

.mp10 {
	padding-bottom: 10px;
}

#wrapper #contents .va {
	vertical-align: top;
}

#wrapper #contents .va02 {
	vertical-align: middle;
}

#wrapper #contents .va03 {
	vertical-align: -3px;
}




