@charset "utf-8";

/*-----------------------------------------------------
	Kosugi CSS Skin Settings
	FileName:   default.css
	Version:    2009.1.25
-----------------------------------------------------*/

/* ブラウザの初期設定解除 */

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/copy.gif) no-repeat; width:920px; height:41px; }
h2 {
	margin: 10px 0 20px 0;
	padding: 10px 0px 10px 0px;
	color: #66cc33;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
    border-bottom: 1px solid #dddad4;
}
h3 {
	margin: 20px 0 10px 0;
	padding: 10px;
	color: #534741;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	background-color: #C7B299;
}


/* デフォルト文字設定 */

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: #005ea7;
	text-decoration: underline;
}
a:hover {
	color: #368fd4;
	text-decoration: underline;
}
a:active {
	color: #368fd4;
	text-decoration: underline;
}

/* アイコン設定 */

a[href $='.pdf'] {
	padding: 1px 18px 1px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}