@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#555;
}
a:visited{
	color:#555;
}
a:hover{
	color:#555;
	text-decoration:none;
}
a:active{
	color:#555;
}




/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	background:url(../img/common/body_back.gif) repeat-x;
}

#container{
	width:900px;
	margin:0 auto;
	position:relative;
	background:#fff;
}


/* 右レイアウト、左レイアウト */

#main-area{
	float:right;
	width:640px;
}

#submenu-area{
	width:200px;
	float:left;
}

/* コンテンツの枠 */




img {
	line-height:1;
}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	padding:0px 20px;
}

#identity{
	margin:0px;
	padding:0px;
	display:block;
	width:327px;
	float:left;
}

#identity img {
	margin:0px;
	padding:0px;
	line-height:1;
	display:block;
}

.navi-box {
	width:523px;
	float:right;
	padding-top:10px;
	margin:0px;
}

#header-area .header-utility{
	margin-top:15px;
	padding:0px;
	clear:both;
	float:right;
}

#header-area .header-utility li{
	float:left;
	background:url(../img/common/navi_back.gif) no-repeat 0px 7px;
	padding-left:13px;
	margin-left:13px;
}

.letter_size {
	float:right;
	width:151px;
	height:26px;
	background:url(../img/common/letter_size.gif) no-repeat;
}

.letter_size ul {
	padding:3px 0px 0px 65px;
}

.no_js ul {
	padding:0px;
}

.no_js li {
	float:left;
	margin-left:0px;
}

.no_js ul li img {
	padding:0px;
	display:block;
}

#fontNavi img {
	display:inline;
	padding-left:2px;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
	padding:30px 20px;
}

#contents-area .sitepath a:link,
#contents-area .sitepath a:visited{
	color:#333;
}
#contents-area .sitepath a:hover,
#contents-area .sitepath a:active{
	color:#666;
}

/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */


	
/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main-area{
	
}

h2 {
	height:27px;
	background:url(../img/common/h2.gif) no-repeat;
	padding:0px 20px 0px 20px;
	font-size:122%;
}

h2 img {
	vertical-align:middle;
	display:inline;
}

.section{
	padding-top:15px;
	clear:both;
}

.section li {
	float:left;
	margin-right:10px;
}

.section img {
	display:inline;
	padding:0px;
	margin:0px;
	line-height:1;
}

h3 {
	padding:1px 10px 0px 10px;
	background:url(../img/common/h3_back.gif) repeat-y;
	margin-bottom:10px;
}

.pagetop{
	clear:both;
	width:860px;
	text-align:right;
	margin:0px auto 0px auto;
	font-family: 'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:77%;
	background:#f0f0f0;
}

.pagetop a {
	width:840px;
	padding:5px 10px;
	display:block;
	background:url(../img/common/pagetop.gif) no-repeat 753px 10px;
}

.section p {
	margin-bottom:6px;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
	border-top:2px solid #d7d7d7;
	width:860px;
	margin:12px auto 0px auto;
	padding:14px 0px 0px 0px;
}

#footer-area .footer-utility {
	float:right;
	padding:0px;
	margin:0px;
}

#footer-area .footer-utility li{
	float:left;
	padding-left:13px;
	margin-left:13px;
	background:url(../img/common/navi_back.gif) no-repeat 0px 7px;
}


#footer-area p.copyright {
	margin:0px;
	padding-top:3px;
}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */
.ex_content {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:10px;
	float:left;
	width:360px;
}

h5 {
	font-size:100%;
	margin:0px 0px 3px 0px;
	padding:0px 5px;
	border-left:5px solid #558ab0;
}

.ex_content p {
	padding-left:11px;
}

.ex_text {
	float:right;
	width:520px;
}


.pdf {
	padding-left:17px;
	background:url(../img/common/pdf_icon.jpg) no-repeat 0px 4px;
}

.section .only_rightimg {
	float:right;
	padding:4px;
	background:#ddd;
	margin-left:10px;
	margin-bottom:10px;
}

.only_rightimg_box {
	float:right;
	width:258px;
	margin-left:10px;
}

.only_rightimg_box img {
	margin-bottom:10px;
	padding:4px;
	background:#ddd;
}

.section .only_contentimg {
	padding:4px;
	background:#ddd;
	margin-bottom:15px;
}

.proposal_section {
	width:350px;
}

.proposal_section .section {
	clear:none;
}

.section .only_text {
	margin-bottom:15px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
}

.section .appeal {
	margin:0 0 10px 0;
	padding:0px;
	background:url(../img/common/h3_appeal_back.gif) no-repeat;
}

.section .appeal h3{
	padding:1px 0px 1px 5px;
	margin:1px;
	font-size:101%;
	background:url(../img/common/h3_appeal.gif) no-repeat bottom;
	color:#21394B;
}









