@charset "UTF-8";
/*basic.css*/

/*default
-----------------------------------*/
body,h1, h2, h3, h4, h5, h6,
p, pre, blockquote,form,input,textarea,fieldset,
ul, ol, dl, li,dt,dd,address,caption {
    margin: 0;
    padding: 0;
}

table{
	border-collapse:collapse;
	}
p{
	margin-bottom:1em;
	}
	
body{
	color: #333;
	text-align:left;
	font-size:75%;
	line-height:1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background:#fff;
}

img{
	vertical-align:bottom;
	border:none;
	}
.header{
    background-color:#080046;
        height:60px;
        width: 100%;
}	
.header h3{
	    color: #ffffff;
		padding-top:20px;
		padding-left:15px;
}


/*link
-----------------------------------*/
a{	}
a:hover,a:active{}
a:visited{	}


/*font size
-----------------------------------*/
.txt-10px{	font-size:84%;	}/*10px*/
.txt-11px{	font-size:92%;	}/*11px*/
.txt-14px{	font-size:117%;	}/*14px*/
.txt-16px{	font-size:133%;	}/*16px*/
.txt-18px{	font-size:150%;	}/*18px*/
.txt-20px{	font-size:167%;	}/*20px*/
.txt-22px{	font-size:183%;	}/*22px*/
.txt-24px{	font-size:200%;	}/*24px*/

.red{	color:#F00;	}

/*clearfixハック
-----------------------------------*/
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



h1{
	margin-bottom:30px;
	padding:5px;
	font-size:117%;
	text-align:center;
	color:#fff;
	background-color:#000;
}
#content{
	padding:0 20px;
}
h2{
	margin-bottom:15px;
	padding:3px 0 3px 10px;
	font-size:117%;
	line-height:1;
	border-left:3px #000 solid;
}