/*-- < デフォルト > --*/

*	{
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size: 100%;
	list-style:none;
	word-break: break-all;
}

body	{
	font-size: 85%;
	color: #000000;
	background-color: #181818;
	text-align:center;
	z-index:0;
}

img {
	vertical-align: bottom;
	margin:0px;
	border:none;
}

* html img {
   behavior: url("iepngfix.htc");
}

a {
}

a:hover {
	color: #FF9900;
}

ul {
	margin: 0.5em 0em 0.5em 1.5em;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

em {
	font-weight:bold;
	font-style:normal;
}

p	{
	margin: 1.2ex auto;
	text-indent: 0px;
}

table	{
	font-size: 100%;
	border-collapse: collapse;
}

/*-- < デフォルト ここまで > --*/


/*-- < ページレイアウト > --*/

#base {
}

#header {
	position:relative;
	zoom: 1;
	width: 100%;
	height: 202px;
	background-image: url('../image/bg_header.png');
	background-repeat: repeat-x;
}

#header_in {
	position:relative;
	zoom: 1;
	width: 980px;
	margin:0px auto;
	padding: 0px;
	text-align: left;
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	position:relative;
	width: 100%;
	background-color: #595959;
	padding: 20px 0px;
}

#footer a	{
	color: #ffffff;
	text-decoration: none;
}

#footer_in {
	position:relative;
	width: 980px;
	margin: 0px auto;
	text-align: left;
	font-size: 80%;
	padding-left: 50px;
}

#copyright {
	background-color: #181818;
	text-align: center;
	padding: 3px;
	color: #ffffff;
}

.crumb	{
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 80%;
	text-indent: 5px;
	text-align: left;
}

/*-- < ページレイアウト ここまで > --*/

/*-- < float > --*/

.clear	{
	clear: both;
}

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

/* for IE6 or lower */
* html .f_left, * html .f_right	{
	display: inline;
}

.f_clear	{
	clear: both;
	display: block;
}

.f_clear_r	{
	clear: right;
}

.clear_height	{
	clear:both;
	font-size: 1px;
}

.clear_height_right	{
	clear:right;
	font-size: 1px;
}

/* layout */

.center * {
	text-align: left;
}

.center	{
	text-align: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top	{
	vertical-align: top;
}

.middle	{
	vertical-align: middle;
}

.bottom	{
	vertical-align: bottom;
}

div.hr	{
	clear: left;
	font-size: 1px;
}

div.hr hr	{
	display: none;
}

.notice	{
	color: #ff0000;
	font-weight: 800;
}

.bold	{
	font-weight: 800;
}
