@charset "UTF-8";

/*-----------------------------------

CSS Information

Site URL:			http://www.hogehoge.com/
File name:			page.css (http://www.hogehoge.com/hoge/page.css)
Copyright:		(c)

-----------------------------------*/

/*-------------------------
__hoge_style
-------------------------*/

header{
	box-shadow:none!important;
	border-bottom:1px solid #ddd;}

#wrap{
	width: 100%;
	background-color: #EFEFEF;}

#content{
	width:1000px;
	margin:0 auto;}

#main{
	background-color:#fff;
	text-align:left;
	padding:50px 40px 10px 40px;
	margin-bottom:50px;}

section{
	margin-bottom:30px;}

h1{
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:130px;
	text-align:center;
	padding-top:100px;
	color:#fff;}

h1 span{
	font-size:30px;
	letter-spacing:0.4em;
	margin-bottom:25px;}

h2{
	font-size:25px;
	font-weight:bold;
	letter-spacing:0.2em;
	margin-bottom:40px;
	color:#003C8A;}

h2 span{
	/*display:inline-block;*/
	border-bottom:3px solid #003C8A;
	padding-bottom:5px;}

h3{
	color:#fff;
	font-size:17px;
	margin:60px auto 30px;
	padding: .9em .95em;
	background-color: #003C8A;
	border: 1px solid #eee;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .5) inset;
	border-radius:5px;}

.greeting{
	text-align:center;
	font-size:14px;
	line-height:30px;
	margin-bottom:50px;
	background-color:#E4F1FF;
	padding:45px 0 40px;}

.greeting p{
	text-align:left!important;
	margin-bottom:20px;
	margin-left:120px;}

.greeting_point{
	font-weight:bold;
	font-size:16px;
	line-height:32px;}

table{
	font-size:14px;
	line-height:24px;
	width:100%;}

table.table01 tr{}

table.table01 tr th{
	color:#003C8A;
	font-weight:bold;
	border-bottom:2px solid #B8D2EF;
	padding:10px 15px;}

table.table01 tr td{
	border-bottom:2px solid #ddd;
	padding:10px 15px;}
	
table.table02{
	border-collapse:collapse;}

table.table02 tr th,table.table02 tr td{
	border:1px solid #ccc;
	padding:5px 10px;}

table.table02 tr th{
	font-weight:bold;
	text-align:center;
	background-color:#eee;}

table.table02 tr td{}

table.table02 tr td.text_right{
	text-align:right!important;}

table.table03{
	font-size:14px;
	line-height:24px;}

table.table03 tr{}

table.table03 tr th{
	width:20%;
	padding:10px 15px;
	background-color:#ddd;}

table.table03 tr td{
	padding:10px 15px;
	background-color:#F3F3F3;}