@charset "utf-8";

/*-----------------------------------------------------
	Kosugi CSS Skin Settings
	FileName:   default.css
	Version:    2008.11.01
-----------------------------------------------------*/

/* ブラウザの初期設定解除 */

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input,
address,pre,strong,em,iframe {
	margin: 0;
	padding: 0;
	font-size: small;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h1 {
	background: url(../images/header1.gif) no-repeat top;
	width: 780px;
	height: 13px;
	padding: 5px;
	margin: 0 auto;
	color: #9F9F9F;
	font-size: x-small;
}

h3#bukken_ttl {
	font-size: large;
	color: #0067F2;
	margin: 10px auto;
	width: 543px;
	padding: 5px 15px;
	background-color: #FFF9C8;
	font-weight: bold;
	border-left: 5px solid #0067F2;
}
h3.bukken_midashi {
	margin: 20px auto 10px;
	width: 543px;
	padding: 5px 15px;
	font-size: medium;
	border-left: 5px solid #ADC8ED;
}
h4 {
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

/* デフォルト文字設定 */

p,th,td,dt,dd,li,
select,textarea,input {
	font-size: small;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	color: #333;
	line-height: 140%;
}

*{font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Verdana, sans-selif;}

strong,em {
	font-weight: bold;
}
 
/* **************************************************

テキストサイズ一覧

10px／font-size:83%

12px／font-size:100%（指定なし）

14px／font-size:116%

16px／font-size:133%

************************************************** */

/* デフォルト設定 */

img {
　　vertical-align: bottom;
	border: none;
}

hr {
	display: none;
}

ul,ol {
	list-style-type: none;
}

.alt {
	display: block;
	overflow: hidden;
	height: 0px !important;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* リンク設定 */

a:link {
	color: #005EA7;
	text-decoration: underline;
}

a:visited {
	color: #3E7FEB;
	text-decoration: underline;
}

a:hover {
	color: #65B4FE;
	text-decoration: underline;
}

a:active {
	color: #65B4FE;
	text-decoration: underline;

}

/* アイコン設定 */

a[href $='.pdf'] {
	padding: 1px 18px 1px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}