@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	border-top: 4px solid #596dac;
	background: #fbfbfb;
	color: #380101;	
	font-size: 90%;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html, body {
	height: 100%;
}

a {	
	color: #596dac;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #fd67b5;
	}
a:active {}

/* for modern browser */
.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#wrapper, .footer {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.left {
	width: 390px;
	float: left;
	display: inline;
}

.right {
	width: 600px;
	float: right;
	display: inline;
}

h1 {
	padding: 25px 0 50px 0;
}

h2 {
	background: url(../img/ttl.jpg) top left no-repeat;
	padding: 10px 0 10px 40px;
}

h3 {
	margin: 0 0 30px 0;
}

.navi {
	margin: 0 0 30px 15px;
}
.navi li {
	margin: 0 0 5px 0;
}

.secondNavi ul {
	margin: 0 0 30px 40px;
}

.secondNavi a {
	background: url(../img/ttl_link01.gif) 0 50% no-repeat;
	padding: 0 0 0 7px;
}

.secondNavi a:hover {
	background: url(../img/ttl_link02.gif) 0 50% no-repeat;
}

.right p {
	margin: 15px 0 15px 0;
}

table{
	margin:20px 0;
}

#pk{
	font-size: 80%;
}

#pk span:after{
	content: '>';
	padding: 0 5px;
}

#pk span:last-child:after{
  content: '';
}


dl {
	margin: 10px 0 0 100px;
}

dd {
	margin: 0 0 30px 15px;
}

#wrap {
	background: #f4f4f4;
	height: 100%;
}

.footer {
	padding: 30px 0 0 0;
	background: #f4f4f4;
}

/*フッターリンクを増やす時は上記のリストごと新しく作成してください。3つのリストより追加する時はfooterNaviごと追加してください。*/

.footer ul {
	width: 290px;
	border-left: 1px solid #596dac;
	padding: 0 0 0 5px;
	float: left;
	margin: 0 20px 30px 0;
}

.footer p {
	text-align: center;
	padding: 0 0 30px 0;
}













