@charset "UTF-8";

/*-------------------------------------
// Global Setting
-------------------------------------*/

* {
	font-family: "Arial", "san-serif", "新ゴ Ｐｒｏ", "ＭＳ Ｐゴシック","Osaka","verdana","palatino";
	font-size: 100.1%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, img, table, th, td, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
	color: #333333;
	background: #FFFFFF url(/images/background/bg_body.gif) repeat-x;

	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	/*
	text-decoration: none;
	font-size: 2.2em;
	height: 2.2em;
	line-height: 2.2em;*/
}

li {
	margin-left: 25px;
}

table {
	border-collapse: collapse;
}

th,td {
	vertical-align: top;
}

address {
	font-style: normal;
	font-size: 1.0em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

caption {
	text-align: left;
}

img {
	border: 0;
	line-height: 0;
}

a {
	color: #0000ff;
	/*color: #FE6601;*/
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	/*color: #660000;*/
	text-decoration: underline;
}

h1 {
	padding-top: 15px;
	padding-left: 15px;
}

h2 {
	clear: both;
	margin-bottom: 10px;
}

h3 {
	clear: both;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 27px;
	background: url(/images/background/bg_hd3.gif) no-repeat;
}

h4 {
	margin-right: 11px;
	margin-bottom: 5px;
	margin-left: 11px;
	padding-top: 0;
	padding-left: 15px;
	background: url(/images/background/bg_hd4.gif) 0 7px no-repeat;
}

h4 span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

strong {
	color: #CC0033;
}



/* -- clear float -- */
.paragraph {
	min-height:0;
	display: inline-table;
}
.paragraph:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
/* \*/
* html .paragraph {height:0;}
.paragraph{display: block;}
/* */
/* -- end clear float -- */

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


