@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　基本設定
---------------------------------------*/
body {
	color:#7c6b4d;
	line-height:2em;
	font-size:75%;
	letter-spacing:0.1em;
	background:url(../images/vaccine/bg.jpg);
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:justify;
	text-justify:inter-ideograph;
}
#header_box,#globalnavi,#mainvisual {
	overflow:hidden;
}
#header_box,#mainvisual,#contents,#footer_box {
	width:900px;
	margin:0 auto 0 auto;
}
.section_box {
	margin:0 0 60px 0;
	padding:0 57px 0  57px;
}
.section_box p {
	margin-bottom:1em;
}
.section_box .section_title {
	margin:0 -60px 20px -60px;
}
.clearfix {
	overflow:hidden;
}

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#header {
	background:#faf3ea;
	height:55px;
	border-bottom:1px dotted #dcc69f;
}
#contents {
	margin-bottom:45px;
}
#footer {
	border-top: 1px dotted #dcc69f;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header #logo {
	float:left;
	margin:20px 0 0 0;
}
#header #home {
	float:right;
	margin:15px 0 0 0;
}
#header #header_box {
	background:url(../images/vaccine/bg_header.gif) no-repeat 300px 23px;
	height:55px;
}

/*--------------------------------------
　コンテンツ
---------------------------------------*/
/*共通*/
.section_frame {
	background:url(../images/vaccine/bg_frame.gif) no-repeat left bottom;
	padding:0 20px 20px 20px;
	margin:0 0 20px 0;
}
.section_frame .frame_top {
	margin:0 -20px 5px -20px;
}
.section_frame .section_box .info_box {
	margin:0 0 35px 0;
}

/*ワクチンで救える*/
.vaccine_box .leftbox {
	float:left;
	margin:0 40px 0 0;
}
.align-right {
	text-align:right;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer #footer_box {
	text-align:right;
	font-size:80%;
	padding:13px 0 13px 0;
}

/*--------------------------------------
　ボックス
---------------------------------------*/
.twobox .rightbox {
	float:right;
	margin:0 0 0 60px;
}
.normal_teigi dt {
	margin:0 0 20px 0;
}
iframe {
	border:1px solid #f6d4b7;
}

/*--------------------------------------
　その他
---------------------------------------*/
/*テキスト寄せ*/
.center {
	text-align:center;
}

/*必須項目*/
.kome {
	font-size:80%;
	line-height:1.6em;
	margin:5px 0 0 0;
}

/*リンク*/
a:link {
	color:#db6c00;
	text-decoration:none;
}
a:visited {
	color:#db6c00;
	text-decoration:none;
}
a:hover {
	color:#db6c00;
	text-decoration:underline;
}