@charset "utf-8";

/*-----------------------------------------------------
	Kosugi CSS Skin Settings
	FileName:   default.css
	Version:    2008.11.01
-----------------------------------------------------*/

/* ブラウザの初期設定解除 */

h1 {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: small;
	/*\*/ /*/ font-size:small; /* MacIE */
	font-weight: normal;
	font-style: normal;
	color: #FFF;
	width: 920px;
	height: 28px;
	background: url(../images/h1_bg.gif) repeat-x;
	}

h2 {
	font-size: large;
	}

.midashi {	background: url(../images/midashi_bg.gif) repeat-x bottom; width: 672px; color:#093; background-color:#E9FCCF; border-left:solid 10px #093; padding:8px 0 8px 8px;}
.midashi01 {background:url(../images/midashi_bg01.gif) no-repeat; width:315px; height: 26px; padding-left:3em; font-size:medium; padding-top:0.6em; letter-spacing:0.7em; margin: 10px 0;}
.midashi02 {background:url(../images/midashi_bg02.gif) no-repeat; width:670px; height: 30px; padding-left:30px; font-size:medium; padding-top:0em; letter-spacing:0.7em; margin: 10px 0; font-size:18px; color:#09C; font-weight:bold;}


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: 12px;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


p.pankuzu {
	font-size:11px;
}

/* デフォルト文字設定 */

p,th,td,dt,dd,li,
select,textarea,input {
	font-size: 12px;
	/*\*/ /*/ font-size:x-small; /* MacIE */
	color: #333;
	line-height: 140%;
}

p.honbun {text-indent:1em; margin-bottom:10px; line-height: 1.4em;}

*{font-family:Verdana, sans-selif;}

strong,em {
	font-weight: bold;
}

.attention {
	color: #FF6C00;
}

.attention2 {
	color: #cc0000;
	font-size: 1.6em;
}

.day {
	font-size: x-small;
	color: #666;
}

.left {float: left;}
.right {float: right;}
 
/* **************************************************

テキストサイズ一覧

10px／font-size:83%

12px／font-size:100%（指定なし）

14px／font-size:116%

16px／font-size:133%

************************************************** */

/* デフォルト設定 */

img {
　　vertical-align: bottom;
	border: 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;
}

hr {
	display: none;
}


/* Link */

a:link {
	color: #3E7FEB;
	text-decoration: underline;
}

a:visited {
	color: #3E7FEB;
	text-decoration: underline;
}

a:hover {
	color: #65B4FE;
	text-decoration: underline;
}

a:active {
	color: #65B4FE;
	text-decoration: underline;

}

/* icon */

a[href $='.pdf'] {
	padding: 1px 18px 1px 0;
	background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

i {
	font-size:10px;
}