@charset "UTF-8";
/* ------------------------------------------------------------------------------ */
/*
 *
 *    CSS Document
 *    COMMON CSS
 *
 */
/* ------------------------------------------------------------------------------ */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin:0;
	padding:0;
}


html{
/* firefox nn opera browser center */
height:100%;
margin-bottom:1px;
}

body{
	line-height:115%;
	margin: 0 auto;
	text-align: center;
/*	background-color: #8c8c8c;*/
}

/* font set */

/* for ie6 */
* html body {font-family:"ＭＳ Ｐゴシック", sans-serif;}
/* for ie7 */
*:first-child+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
/* for ie8 */
html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
/* for modern browser not ie8 */
html:not(:target) body {font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
/* safari (Fire Fox3.5でもきいてしまう) */
body:first-of-type body {font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}


/* Hs */
h1,h2,h3,h4,h5,h6,address{font-style:normal;}

h1,h2,h3,h4,h5,h6{clear:both;}

h1,h2,h3{line-height:1.3;}

img{border:0;}
img,input{vertical-align:top;}
ul{list-style:none;}

.skipNavi {display: none;}

.clear {
	clear:both;
}

/* links */
a:link {
	color:#3e3eac;
	overflow:hidden;
	text-decoration:none;
}

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

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

a:active {
	color:#de5353;
	text-decoration:underline;
}

/* wrapper */

#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

/* header */

#header {
	width: 860px;
	height: 75px;
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 3px #c4c4c4 solid;
/*	border-bottom: 5px #3e3eac solid;*/
}

.logo {
	float: left;
	width: 320px;
	margin: 0;
	padding-top: 15px;
}

.header_right {
	width: 500px;
	float: right;
	margin: 0;
	display:inline;
}

.header_right h2 {
	font-size: 0.75em;
	margin: 0;
	color: #777777;
	text-align: right;
}

.header_right .bana {
	margin: 0;
	padding-right: 15px;
}

/* safari (Fire Fox3.5でもきいてしまう) */
body:first-of-type .head_right p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.05em;
}

/* contents */

#contents {
	width: 860px;
	margin: 0;
}

/* l_contents */

#l_contents {
	width: 200px;
	margin-left: 10px;
	_margin-left: 5px;
	padding: 0;
	float: left;
}

/* l_contents tokushu */

.tokushu_list {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.tokushu_list h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}

.tokushu_list ul {
	width: 200px;
	font-size: 0.9em;
/*	list-style: none inside url(../images/common/list_icon.gif);*/
	margin: 0;
	padding: 0;
}

.tokushu_list li {
/*	height: 20px;*/
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}

/* l_contents rank */

.rank_list {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.rank_list h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}

.rank_list ul {
	width: 200px;
	font-size: 0.9em;
}

.rank_list li {
	height: 50px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
	padding-top: 5px;
	font-size: 0.9em;
}

.rank_list li .rank_left {
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
}

.rank_list li .rank_left2 {
	height: 35px;
	padding: 15px 5px 0px 10px;
	margin: 0;
	float: left;
	font-size: 1.2em;
	width: 25px;
}

.rank_list li .rank_right {
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
}

/* l_contents guide */

.guide_list {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.guide_list h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}
/*
.guide_list ul {
	width: 200px;
	font-size: 0.9em;
	list-style: none inside url(../images/common/guide_list_icon.gif);
}

.guide_list li {
	height: 25px;
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
}
*/
.guide_list ul {
	width: 200px;
	font-size: 0.9em;
/*	list-style: none inside url(../images/common/guide_list_icon.gif);*/
	margin: 0;
	padding: 0;
}
/*
.guide_list li {
	height: 20px;
	padding: 5px 0px 0px 10px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
}
*/
.guide_list li {
/*	height: 20px;*/
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}

/* l_contents b_faborite */

.b_faborite_list {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.b_faborite_list h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}

.b_faborite_list ul {
	width: 200px;
	font-size: 0.9em;
}

.b_faborite_list li {
	height: 35px;
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
	vertical-align: top;
}


.b_faborite_list li .b_faborite_left {
	height: 35px;
	padding: 0;
	margin: 0;
	float: left;
}

.b_faborite_list li .b_faborite_right {
	height: 35px;
	padding: 7px 0px 0px 5px;
	margin: 0;
	vertical-align: middle;
}

/* c_contents */

#c_contents {
	width: 450px;
	margin-left: 10px;
	_margin-left: 10px;
	padding: 0;
	float: left;
}
/*
#c_contents h3 {
	width: 420px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	_margin-top: 5px;
	padding-top: 3px;
	padding-left: 10px;
	background: url(../images/index/indexh3_bg.gif) no-repeat top left;
}
*/
#c_contents h3 {
	width: 450px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #424242;
/*	color: #205d99;*/
	margin-top: 10px;
	_margin-top: 5px;
	padding-top: 4px;
	padding-left: 7px;
	background: url(../images/common/midashi.gif) no-repeat top left;
}

#c_contents p {
	padding-top: 5px;
	font-size: 0.8em;
}


/* sp_c_contents */

#sp_c_contents {
	width: 630px;
	margin-left: 10px;
	_margin-left: 10px;
	padding: 0;
	float: left;
}

#sp_c_contents h3 {
	width: 615px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222222;
	margin-top: 10px;
	_margin-top: 5px;
/*	margin-bottom: 10px;
	_margin-bottom: 5px;
*/	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.2em;
	border-left: 5px solid #b63636;
	border-right: 5px solid #b63636;
	border-bottom: 1px dotted #b63636;
	border-top: 1px dotted #b63636;
	background-color: #ffefda;
}

#sp_c_contents h4 {
	width: 620px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222222;
	margin-top: 10px;
	_margin-top: 5px;
/*	margin-bottom: 10px;
	_margin-bottom: 5px;
*/	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left: 5px solid #222222;
	border-bottom: 1px solid #222222;
}

#sp_c_contents h5 {
	width: 295px;
	font-size: 1.0em;
	font-weight: bold;
	color: #222222;
	margin-top: 10px;
	_margin-top: 5px;
	margin-bottom: 10px;
	_margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left: 5px solid #b63636;
	border-right: 5px solid #b63636;
	border-bottom: 1px dotted #b63636;
	border-top: 1px dotted #b63636;
	background-color: #ffefda;
}

#sp_c_contents p {
	font-size: 0.95em;
	line-height: 135%;
	padding-right: 5px;
	padding-top: 10px;
}



/* r_contents */

#r_contents {
	width: 170px;
	margin-left: 10px;
	_margin-left: 10px;
	padding: 0;
	float: left;
}

/* r_contents blog */

#feed {
	font-size: 0.8em;
	list-style: none;
}

.blog_list {
	width: 170px;
	font-size: 0.9em;
	padding-top: 10px;
}

.blog_list h3 {
	width: 170px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/right_midashi_bg.gif) no-repeat top left;
}

.blog_list ul {
	width: 170px;
	font-size: 0.85em;
/*	list-style: none inside url(../images/common/blog_list_icon.gif);*/
}
/*
.blog_list li {
	height: 25px;
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
}
*/
.blog_list li {
/*	height: 20px;*/
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}


.cms_link {
	font-size: 0.8em;
	text-align: center;
	border-top: 1px dotted #222222;
	border-bottom: 1px dotted #222222;
	padding: 3px 0;
	clear: both;
}


/* r_contents chuumoku */

.chuumoku_list {
	width: 170px;
	font-size: 0.9em;
	padding-top: 10px;
}

.chuumoku_list h3 {
	width: 170px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/right_midashi_bg.gif) no-repeat top left;
}

.chuumoku_list ul {
	width: 170px;
	font-size: 0.85em;
}
/*
.chuumoku_list li {
	height: 20px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
	padding: 5px 0px 5px 10px;
	color: #858585;
}
*/
.chuumoku_list li {
/*	height: 20px;*/
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}

/*
.chuumoku_list li .chuumoku_left {
	height: 35px;
	padding: 0;
	margin: 0;
	float: left;
}

.chuumoku_list li .chuumoku_right {
	height: 35px;
	padding: 7px 0px 0px 5px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}
*/
/* r_contents fxlist */





.chuumoku_list_sp {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.chuumoku_list_sp h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}

.chuumoku_list_sp ul {
	width: 200px;
	font-size: 0.85em;
}

.chuumoku_list_sp li {
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}





.fxlist_list {
	width: 170px;
	font-size: 0.9em;
	padding-top: 10px;
}

.fxlist_list h3 {
	width: 170px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/right_midashi_bg.gif) no-repeat top left;
}
/*
.fxlist_list ul {
	width: 170px;
	font-size: 0.85em;
	list-style: none inside url(../images/common/fx_list_icon.gif);
}

.fxlist_list li {
	height: 25px;
	padding: 2px 0px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
}
*/
.fxlist_list ul {
	width: 170px;
	font-size: 0.9em;
/*	list-style: none inside url(../images/common/fx_list_icon.gif);*/
	margin: 0;
	padding: 0;
}
/*
.fxlist_list li {
	height: 20px;
	padding: 5px 0px 0px 10px;
	margin: 0;
	border-bottom: 1px #4a8ed3 dotted;
}
*/

.fxlist_list li {
/*	height: 20px;*/
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}

.fxlist_list_sp {
	width: 200px;
	font-size: 0.9em;
	padding-top: 10px;
}

.fxlist_list_sp h3 {
	width: 200px;
	height: 25px;
	font-size: 1.0em;
	margin: 0;
	padding-top: 5px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: url(../images/common/left_midashi_bg.gif) no-repeat top left;
}

.fxlist_list_sp ul {
	width: 200px;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

.fxlist_list_sp li {
	padding: 5px 0px 3px 18px;
	margin: 0;
	background: url(../images/common/list_icon.gif) no-repeat 5px 8px;
	border-bottom: 1px #4a8ed3 dotted;
}



/* footer_up */

#footer_up {
	width: 860px;
	padding-top: 100px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

#footer_up ul {
	width: 830px;
	list-style: none;
	text-align: center;
}

#footer_up li {
	display:inline;
	float: left;

}

#footer_up ul li a {
}

/* footer */

#footer {
	width: 860px;
	height: 35px;
	padding-top: 2px;
	font-size: 0.8em;
	text-align: center;
	background-color: #3e3eac;
	clear: both;
}

#footer a:link {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

#footer .copy {
	padding-bottom: 10px;
	color: #ffffff;
}


/* bookmark */

.bookmark {
	text-align: center;
	padding-top: 10px;
}

/* font-set */

.bold {
	font-weight: bold;
}

.red {
	color: #dd3e3e;
}

.blue {
	color: #2447ca;
}

.bold_red {
	font-weight: bold;
	color: #dd3e3e;
}


.bold_blue {
	font-weight: bold;
	color: #2447ca;
}

.totop {
	text-align: right !important;
	padding-top: 20px !important;
}

.7em { font-size: 0.7em !important; }
.75em { font-size: 0.75em !important; }
.8em { font-size: 0.8em !important; }

.text_left { text-align: left !important; }
.text_right { text-align: right !important; }

/* margin Set */
.mr0 { margin-right:0px !important; }
.mr10 { margin-right:10px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.ml0 { margin-left:0px !important; }
.ml10 { margin-left:10px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.mb0 { margin-bottom:0px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mt0 { margin-top:0px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }

/* padding Set */
.pr0 { padding-right:0px !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }
.pr30 { padding-right:30px !important; }
.pl0 { padding-left:0px !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pl30 { padding-left:30px !important; }
.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb20 { padding-bottom:20px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pt0 { padding-top:0px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt20 { padding-top:20px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }

/* clear Set */

.clear {
	clear: both;
}

/* IE6 PNG */


