@charset "shift_jis";

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.jpg);
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

input {
	background: #f5f5f5;
}

.color {
	color: #1540ef;
}

a {
color:#0000FF;
}

a:hover {
color:#FF0000;
}


#main-header{
	position: relative;
}


#main-header h1 {
	position: absolute;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	left: 10px;
	
}



/*コンテナ
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 800px;
	text-align: left;
}



/*コンテンツ
------------------------------------------------------------------*/
#contents {
width:800px;
background-color:#FFFFFF;
padding-top: 11px;
padding-bottom: 50px;
}



/*メインメニュー
------------------------------------------------------------------*/
ul#menu li {
	display: inline;
}



/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	display: inline;
	margin-right: 15px;
	border: 1px #e8e8e8 solid;
	background-color:#fcfdfe;
}

#main h2 {

	border-bottom:2px solid #1e1f4b; font-size:16px;
	border-left:6px solid #1e1f4b; padding-left:10px;
	font-size:1.5em;
	margin-top:10px;
	margin-left:5px;
	color:#000000;
}

#main p {
	padding: 0.5em 10px 1em;
	color:#333333;
	font-size:1.2em;
}

#main ul {
font-weight:bold;
padding-left:1em;
padding-top:0.5em;
font-size:1.2em;
color:#333333;
}

table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 90%;
	border-collapse:collapse;
	line-height: 130%;
	border: 1px solid #CCCCCC;
}
 th {
	padding: 5px;
	text-align:center;
	background-color: #525ba7;
	color: #FFFFFF;
}
td {
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
}

tr{
border: 1px solid #CCCCCC;
}

/*メニュー（左側ブロック）
------------------------------------------------------------------*/
#menu {
	float: left;
	width: 200px;
	margin-left:5px;
	
	
}

#menu h3 {
width:198px;
height:25px;
background-color:#1e1f4b;
border:1px solid #1e1f4b;
font-size:12px;
color: #FFFFFF;
text-align:center;
padding-top:3px;
	
}

#menu li {
border-bottom: 1px dotted #c0c0c0;

}
#menu p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#menu .menu_ray {
	padding-bottom: 18px;
	border-bottom: 5px solid #1e1f4b;
	margin-bottom: 20px;
	border-right: 1px solid #1e1f4b;
	border-left: 1px solid #1e1f4b;
}

#menu .menu_ray a {
    padding-left:18px;
    background:url(images/li.gif) no-repeat 0px 5px;
    color:#000000;
	text-decoration: none;
	display: block;
	
}

#menu .menu_ray a:hover {
    color: #0000FF;
    text-decoration:underline;
    
}








/*ピックアップ
------------------------------------------------------------------*/
#pikup{
width:197px;
border:1px solid #ebbf0d;
height:190px;
}

.profile_left{
float: left;
width:69px;
padding-top:6px;
}
.profile_right{
float:right;
width:128px;
}
#pikup p{
font-size:11px;
line-height:17px;
padding-left:3px;
padding-right:3px;
}





/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	width:812px;
	
	
}

#footer_ray {
clear: both;
    margin:0 auto;
	width:800px;
	text-align: center;
	background-color:#1e1f4b;
	color: #FFFFFF;
	
}

#footer_ray a{
    color:#FFFFFF;
}

#footer_ray a:hover{
color:#FF0000;
text-decoration:none;
}

/*ハック
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


/*テキストデコレーション
------------------------------------------------------------------*/

.u {
	text-decoration: underline;
}
.red{
color:#FF0000;
font-weight: bold;
}
}
.float_left {
	float: left;
	padding:3px;
}
.clear {
	clear:both;
}
.next{
float:right;
padding-right:15px;
padding-bottom:8px;
}

.cT{
text-align:center;
margin-top:2em;
}
#pv{
width:550px;
}
.back{
float:left;
padding-left:15px;
padding-bottom:8px;

}
.b{
font-weight:bold;
background-color:#FFFF00;}
.TL{
font-size:1.6em;
font-weight:bold;
color:#FF0000;
}
.big{
font-size:1.2em;
font-weight:bold}