@charset "shift_jis";

/* フォントに関する指定 */

/* フォントサイズ調整ここから */

body {

	color:#444444;

	font-size:62.5%

}



h1 {

	margin:12px 0 0px 0;

	font-size: 1;

	line-height:0;

	clear:both;

}

h2 {

	margin:30px 0 22px;

	font-size: 1.6em;

	line-height: 1.4em;

	font-weight: bold;

	color:#666666;

	border-bottom:1px solid #e9e9e9;

	background-image:url(../images/bg_h2.gif);

	background-position:left bottom;

	background-repeat:no-repeat;

	padding:6px 0 6px 16px;

	clear:both;

}

h3 {

	margin:30px 0px 25px;

	padding:4px 0px 4px 10px;

	font-size: 1.4em;

	line-height: 1.6em;

	font-weight: bold;

	color:#444444;

	border-left:5px solid #dcdcdc;

	background-color:#eeeeee;

	clear:both;

}

h4 {

	margin:30px 0px 25px;

	padding:0 0 5px 0;

	font-size: 1.4em;

	line-height: 1.6em;

	font-weight: bold;

	color:#666666;

	border-bottom:1px solid #dfdfdf;

	clear:both;

}

h5 {

	margin:30px 0px 18px;

	padding:0;

	font-size: 1.4em;

	line-height: 1.6em;

	font-weight: bold;

	color:#666666;

	clear:both;

}



/* リンク */

a:link {

	color:#428AC4;

	text-decoration:underline;

}

a:visited {

	color:#5a44c9;

	text-decoration:underline;

}

a:hover {

	color:#2639a8;

	text-decoration:underline;

}

a:active {

	color:#2639a8;

	text-decoration:underline;

}



/* 文章 */

#main p{

	font-size:1.2em;

	line-height:1.6em;

	margin:12px 0;

}

#main p.t_right{

	text-align:right;

}

em {

	font-style:italic;

}

strong {
	font-family: Arial, Helvetica, sans-serif;

}

.large {

	font-size:140%;

}

.small {

	font-size:85%;

}
