@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.gif);
}

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{
	padding-right: 6px;
	padding-left: 6px;
	position: relative;
}


#main-header h1 {
	position: absolute;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	left: 18px;
	top: 5px;
}



/*コンテナ
------------------------------------------------------------------*/
#container {
	margin: 0px auto 20px;
	width: 812px;
	text-align: left;
}



/*コンテンツ
------------------------------------------------------------------*/
#contents {
width:812px;
	background: url(images/contents_bg.gif) repeat-y center;
	padding-top: 30px;
	padding-bottom: 50px;
}



/*メインメニュー
------------------------------------------------------------------*/
ul#menu li {
	display: inline;
}



/*メインコンテンツ（右側ブロック）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 550px;
	display: inline;
	margin-right: 15px;
	border: 1px #819cc9 solid;
	background-color:#fcfdfe;
}

#main h2 {
	line-height: 36px;
	background: url(images/h2.gif) no-repeat;
	height: 36px;
	font-size:1.4em;
	color:#003790;
	padding-left: 45px;
	margin-top:10px;
	margin-left:5px;
}

#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;
}



/*メニュー（左側ブロック）
------------------------------------------------------------------*/
#menu {
	float: left;
	width: 200px;
	margin-left:14px;
	
	
}

#menu p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#menu .menu_ray {
	padding-bottom: 13px;
	border-bottom: 5px solid #1540ef;
	margin-bottom: 20px;
	border-right: 1px solid #1540ef;
	border-left: 1px solid #1540ef;
}

#menu .menu_ray a {
padding-left:4px;
	color: #1540ef;
	text-decoration: none;
	border-bottom: 1px dotted #1540ef;
	display: block;
	width: 194px;
}

#menu .menu_ray a:hover {
background-color:#3366FF;
color:#FFFFFF;
}





/*プロフィール
------------------------------------------------------------------*/

#profile{
width:197px;
border:1px solid #1540ef;
height:110px;
}

.profile_left{
float: left;
width:69px;
padding-top:6px;
}
.profile_right{
float:right;
width:128px;
}
#profile p{
font-size:11px;
line-height:17px;
}


/*ピックアップ
------------------------------------------------------------------*/
#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;
	background: url(images/footer_bg.gif) no-repeat center top;
}

#footer_ray {
margin:0 auto;
	
	width:798px;
	text-align: center;
	background-color:#829dc9;
	color:#FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}



/*ハック
------------------------------------------------------------------*/
#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;
}
.float_left {
	float: left;
	padding:3px;
}
.clear {
	clear:both;
}
.next{
float:right;
padding-right:15px;
padding-bottom:8px;
}

#pv{
width:550px;
}
.back{
float:left;
padding-left:15px;
padding-bottom:8px;

}
