/* -----------------------------------------------------------
CSS Information

 File name:      common.css
 Author:         War potential.com
 Style Info:     共通ページ用スタイル
----------------------------------------------------------- */

/* 全体の設定
----------------------------------------------- */
body {
	margin:0px auto;
	padding:0px;
	color: #000033;
	line-height:160%;
	font-family : "メイリオ","ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "Hiragino Maru Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 75%;
}
* html body {
	margin:0px auto;
	padding:0px;
	color: #000033;
	line-height:160%;
	font-family : "メイリオ", "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "Hiragino Maru Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 12px;
}

*{
	margin: 0px;
	padding: 0px;
}

/* 文字の設定
----------------------------------------------- */
a:link {
	color: #765621;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FDC571;
}
a:visited {
	color: #B98B4D;
}
em { 
    display:none;
}
* html em { 
    text-indent: -9999px;
}
.center-t {
	text-align: center;
	width: 100%;
}
.left-t {
	text-align: left;
}
.right-t {
	text-align: right;
}
.right-t5 {
	text-align: right;
	padding-right: 5px;
}
.red-b {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.blue_b {
	font-size: 120%;
	font-weight: bold;
	color: #000033;
}
.blue_b2 {
	font-size: 130%;
	font-weight: bold;
	color: #336699;
}
.big_font {
	font-size: 160%;
	font-weight: bold;
	color: #000099;
}

/* hタグの設定
----------------------------------------------- */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
h1,h2 {
	font-size: 10px;
}
h1 {
	text-align: right;
	padding-right: 5px;
}
h2 {
	text-align: right;
	padding-right: 5px;
	line-height: 18px;
	font-weight: lighter;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../image/bg/bg_h2.gif);
	color: #FFFFFF;
}
* html h2 {
	text-align: right;
	padding-right: 5px;
	line-height: 18px;
	font-weight: lighter;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../image/bg/bg_h2.gif);
	color: #FFFFFF;
	width: 851px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../image/bg/bg-h3.gif);
	padding-left: 20px;
	margin-top: 5px;
}
h5 {
	font-size: 130%;
	text-align: center;
}

/* コンテンツの設定
----------------------------------------------- */
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.f-left {
	float: left;
}
.left_20 {
	margin-left: 20px;
}
.left-20 {
	padding-left: 120px;
}
.left_40 {
	margin-left: 40px;
}
.border {
	background-image: url(../image/common/border.gif);
	padding-top: 15px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: left center;
	clear:both; 
}
.bottom_10 {
	padding-bottom: 10px;
}
.bottom_15 {
	padding-bottom: 15px;
}

/* テーブルの設定
----------------------------------------------- */
table {
	margin: 0px;
	padding: 0px;
}
* html table {
	font-size: 12px;
}
th {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/* 画像の設定
----------------------------------------------- */

