@charset 'utf-8';


/* CSS Document */

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

body {
	background: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Noto Sans",sans-serif;
	line-height: 1.5;
	color: #222;
	word-wrap: break-word;
}

div#container {
	text-align: left;
	margin: 0px auto;
	width: 750px;
	overflow:hidden;
}

ul {
	list-style-type: none;
}

a img {
	border: none;
}

p {
	margin: 5px 0;
	text-align: left;
	padding: 2px 0px;
	font-style: normal;
}

p.red {
	font-size: 16px;
	line-height: 160%;
	color: #CC0000;
}

a {
	color: #0066CC;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #018ee8;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	height: 2px;
}

.clear_line {
	clear: both;
	border-top: 1px solid #CCC;
	height: 2px;
}

.red {
	font-size: 16px;
	color: #D04141;
}

.red_small {
	font-size: 14px;
	color: #D04141;
}


blockquote {
    background-color: #EFEFEF;
    background-size: auto auto;
    border-left: #DDDDDD solid 8px;
    color: #333333;
    margin: 10px;
    padding: 8px 18px;
	overflow:hidden;
}

/* image -------------------------------*/

img.right {
	float: right;
	padding: 0px 0px 8px 10px;
}

img.left {
	float: left;
	padding: 0px 10px 8px 0px;
}

img.center {
	padding: 5px 25px;
}

#imgbox {
	width: 250px;
	margin: 0 0 8px 0;
	text-align: center;
	float: left;
}

#imgbox img {
	padding: 5px 0px;
}

#imgbox p {
	clear: both;
	text-align: left;
	padding: 3px 25px;
	font-size: 11px;
	margin: 0;
}

#imgbox2 {
	width: 500px;
	margin: 5px 0 8px 0;
	text-align: left;
	float: left;
	font-size: 16px;
	line-height: 160%;
}

#imgbox_for {
	margin: 2px 8px 10px;
	text-align: center;
	float: left;
}


/* back button -------------------------------*/

#back_button {
	width: 750px;
	border-top: 1px solid #CCC;
	padding: 8px 0;
}

#back_button ul {
	list-style-type: none;
	font-size: 16px;
}

#back_button ul li#button { 
	background: url(../images/back.gif) no-repeat 42%; 
	padding: 8px 0 0 360px;
	height: 28px;
}

/* footer -------------------------------*/

#footer {
	width: 750px;
	margin: 0 auto;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
}

#footer p {
	margin: 0px;
	padding: 10px 0;
	color: #000;
	font: 0.9em arial,sans-serif;
	text-align: center;
	font-size: 16px;
}
