@charset "UTF-8";
/* --------------------------------------- base ----------------------------------------*/
/* reset */
html {
	color: #333333;
	background: #ffffff;
}

body,div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,
legend,input,textarea,
p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

h1,h2 {
	font-size: 100%;
	font-weight: normal;
}

/* font */
/* 100% Font-size: 13px */
body {
	line-height: 150%;
}

h1 {
	/* 18px */
	font-size:138.5%;  
}

h2 {
	/* 16px */
	font-size:123.1%;
}
body {
	line-height: 100%;
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
/*
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
*/
}

* html body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
}

*:first-child+html body { 
	font-family: 'メイリオ', Meiryo, sans-serif;
}

/* base */
body {
	text-align: center;
}

h1{
	padding: 0px;
	height: 60px;
}

h2 {
	margin: 1em 0 1em 0.5em;
}
h1,h2 {
	font-weight: bold;
}
em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
	line-height: 150%;
	font-size: 85%;
}

a:link {
	color: #01429b;
}

a:visited {
	color: #01429b;
}

a:hover {
	color: #028ffc;
}

/* --------------------------------------- base ----------------------------------------*/


/* -------------------------------------- header ---------------------------------------*/
#site_header {
	height: 143x;
	margin: auto;
	border-bottom: 3px solid #073171;
}
.header {
	width: 750px;
	margin: 0 auto;
	padding:0;
}
.header_img {
	text-align: left;
	margin-top: 15px;
}

/* -------------------------------------- header ---------------------------------------*/

/* -------------------------------------- footer ---------------------------------------*/
#site_footer {
	height:60px;
	clear: both;
	margin-top: 60px;
	border-top: 3px solid #073171;
}
#footer {
	width: 750px;
	height:60px;
	margin: 0 auto;
	padding:0;
}
#footer p {
	padding: 8px 10px 0px 0px;
	color: #000000;
	text-align: center;
	font-size: 65%;
}
/* -------------------------------------- footer ---------------------------------------*/


/* --------------------------------------  main  ---------------------------------------*/
#site {
	margin auto;
}
#site_main {
	width: 750px;
	margin: auto;
	text-align: left;
	background: #ffffff;
}
#mt_content {
	min-height: 500px;
	padding: 15px 10px 0px 10px;
	background: #ffffff;
}
#h2 {
	height: 80px;
	margin:10px 10px 0 10px;
	color: #4a4a4a;
	background: #ffffff;
}
#h2_1 {
	height: 30px;
	margin:10px 10px 0 10px;
	background: url(h2_bg.gif) left center no-repeat;
}

#top_503 {
	width: 640px;
	margin:12px 30px 6px 45px;
	font-size: 92%;
}
#btm_503 {
	width: 640px;
	margin:10px 30px 60px 45px;
	font-size: 92%;
}
#btn {
	margin:50px 15px 50px 15px;
	text-align: center;
}
.img {
	margin:40px 20px 10px 15px;
	border: 1px solid #d6e1e5;
}
.box {
	position: static;
	width: 629px;
	height 150px;
	background-color: #fff;
	margin: 6px 0px 8px 40px;
	padding: 15px 10px 15px 10px;
	clear: both;
	background: url(box_bg.gif) left top no-repeat;
}
.box p {
	margin:3px 0px 3px 40px;
	font-size: 88%;
	font-weight: bold;
}
/* --------------------------------------  main  ---------------------------------------*/







