@charset "UTF-8";

/* ---------------------------------------------- */
/* Yoshiro.com エラーページ 基本設定用CSS         */
/* ---------------------------------------------- */
/* Copyright (C) Yoshiro.com All rights reserved. */


/* Basic Layout
--------------------------------------------------*/

/* wrapper */
#wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

/* ------------------------------ */

#container {
	background-image: url(../image/top_bg_nograd.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	clear: both;
	float: none;
}

#content {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}

#header {
	width: 800px;
	height: 50px;
	text-align: left;
	margin-bottom: 10px;
	clear: both;
}
#cont_left {
	width: 395px;
	text-align: left;
	float: left;
	padding-bottom: 20px;
}

#cont_right {
	width: 395px;
	text-align: left;
	float: right;
	padding-bottom: 20px;
}


/* ------------------------------ */

#footer {
	background-image: url(../image/footer_shadow.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
}

#footer_inner {
	width: 800px;
	padding: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 3em;
	clear: both;
	float: none;
}

#copyright {
	width: 500px;
	text-align: left;
	float: left;
}

#validation {
	width: 196px;
	height: 51px;
	float: right;
	padding-top: 5px;
}


/* ------------------------------ */

#validation img {
	float: right;
	margin-left: 10px;
}

/* copyright */
address {
	color: #666666;
	font-size: 80%;
	line-height: 2em;
	vertical-align: middle;
	height: 2em;
}

#footer ul {
	height: 1em;
	text-indent: 10px;
	list-style: none;
}

/* footer menu li*/
#footer ul li {
	float: left;
	text-indent: 0px;
	margin-right: 2ex;
	list-style: none;
	font-size: 85%;
	font-style: normal;
	color: #333333;
}

span.detail {
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	font-style: normal;
}

#cont_right p {
	margin-left: 10px;
	margin-right: 10px;
}

#cont_left ul li {
	text-indent: 30px;
	list-style-position: inside;
}


/* Basic Settings
--------------------------------------------------*/

/* whole page */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

/* body */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: normal;
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/* link */
a { text-decoration: none; }
a:link { color: #0000ff; }
a:visited { color: #0000a0; }
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
a:active { color: #ff8000; }
a img { border-style: none; }

hr { display:none }

/* strong */
strong {
	font-size: 100%;
	font-weight: normal;
	color: #CC0000;
	font-style: normal;
}

/* emphais */
em {
	font-size: 100%;
	font-weight: normal;
	color: #3333CC;
	font-style: normal;
}

abbr {
	color: #0000ff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor : help;
}

/* H1 - H6 , Paragraph
--------------------------------------------------*/

p {
	margin-bottom: 20px;
	font-style: normal;
	font-weight: normal;
	clear: both;
	float: none;
}

h1 {
	margin: 0;
	font-size: 12px;
	text-indent: -99999px;
	background-image: url(../image_new/yoshiro_com_top_title.gif);
	height: 50px;
	width: 200px;
}

h2{
	height: 1.3em;
	width: 800px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 130%;
	text-indent: 5px;
	vertical-align: middle;
	margin-bottom: 20px;
	clear: both;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
}

h3{
	height: 1.2em;
	width: 392px;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 100%;
	text-indent: 5px;
	vertical-align: middle;
	margin-bottom: 20px;
	clear: both;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
}
