@charset "shift_jis";

/* BASEスタイル
------------------------------------------------------------*/

/* margin、paddingの初期化
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}

/* body のスタイル設定
------------------------------------------------------------*/
body {
	font-size: 88%; /* IE */
/*	font-family:Arial,"ＭＳ Ｐゴシック","MS UI Gothic",verdana,sans-serif;*/
	font-family:"ＭＳ Ｐゴシック","MS UI Gothic",verdana,sans-serif;
	line-height: 1.3;
	color:#000;
}
html>/**/body {
	font-size: 14px; /* Except IE */
	font-family:"ＭＳ Ｐゴシック","MS UI Gothic",verdana,sans-serif;
	line-height: 1.3;
	color:#000;
}

/* FireFoxで常時スクロールバーが出るように
------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

/* 改行の設定
------------------------------------------------------------*/
br {
	letter-spacing:normal;
}

/* リンクの設定
------------------------------------------------------------*/
a {
	color:#155536;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	color:#7A361E;
}

/* 画像の枠線を解除
------------------------------------------------------------*/
img {
	border:0;
	text-align:center;
	vertical-align:bottom;
}

/* 見出しタグのフォントサイズ・スタイル初期化
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* 罫線スタイルの設定
------------------------------------------------------------*/
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #A2A2A2; /* 線色 */
	height: 1px; /* 高さ */
}

/* 強調、イタリック体の解除
------------------------------------------------------------*/
address, caption, cite, code, dfn, em, strong, th, var	{
	font-weight:normal;
	font-style: normal;
}

/* テーブルの枠線スタイル
------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* テーブル見出しセンタリング
------------------------------------------------------------*/
th {
	text-align:center;
}

/* リストのマーク解除
------------------------------------------------------------*/
ul li {
	list-style-type:none;
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix {overflow:hidden;}　/* Dreamweaverの表示崩れの回避用 */

