﻿@charset "utf-8";

/*======================================
	Yahoo! UI Library: Reset CSS
=======================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,strong,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*======================================
	Yahoo! UI Library: Fonts CSS
=======================================*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*----------- Font-size ---------------
	 77% = 10px	|	123.1% = 16px	|	167% = 22px
	 85% = 11px	|	  131% = 17px	|	174% = 23px 
	 93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/

/*======================================
	Base
=======================================*/

body {
	line-height:1.4;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a{
	text-decoration:none;
}

/*--------------------------------------
	Hyperlink
---------------------------------------*/

a:link {
	color: #CC0000 ;
}

a:visited {
	color: #CC0000 ;
}

a:hover {
	color: #FF6699;
	text-decoration: underline;
}

a img {
	border: 0;
}

a:hover img {
	border: none;
}

/*--------------------------------------
	Align & Decoration & Clear
---------------------------------------*/

/* common */

.tC {
	text-align: center;
}

.tR {
	text-align: right;
}

h2 {
	padding: 10px 0;
}

h3 {
	clear: left;
	padding: 30px 0 10px 0;
}

h4 {
	padding: 0 0 10px 0;
}

/* body */

p.pt {
	text-align: right;
	font-size: 85%;
	color: #FFCCCC;
}

/* main */

.bpimg {
	width: 180px;
	float: left;
	background-color: ;
}

.info {
	float: left;
	width: 380px;
	_width: 420px;
	padding: 20px;
	background-color: #FAF0E6;
	line-height: 2;
	color: #8B4513;
}

div.info dl {
	margin-top: 10px;
}

div.info dl dt {
	font-weight: bold;
	color: #FF3366;
}

div.info ul li {
	margin-left: 18px;
	background: url(point.gif) 0px no-repeat;
	padding-left: 20px;
}

p.bpInfo {
	margin: 0 0 20px 10px;
}

ul.bpUl {
}

ul.bpUl li {
	margin-left: 18px;
	background: url(point.gif) 0px no-repeat;
	padding-left: 20px;
}

dl.bpDl {
}

dl.bpDl dt {
	width: 170px;
	height: 235px;
	line-height: 1;
}

dl.bpDl dd {
	width: 420px;
	padding-left: 180px;
	margin-top: -200px;
	height: 200px;
}

ul.riyou {
	margin: 0 0 20px 30px;
	font-size: 65%;
}

ul.riyou li {
	list-style-type:disc;
}

.navi {
	border-top: 1px solid #990000;
	margin-top: 10px;
	padding-top: 10px;
}

/* 配布タグ */

textarea {
	width: 414px;
	_width: 420px;
	padding: 3px;
	background-color: #FAF0E6;
	border: 1px solid #FF9999;
	font-size: 93%;
	line-height:1;
}

/* header & footer */

div#header ul,
div#footer ul {
	margin: 1em 0;
}

div#header li,
div#footer li {
	display:inline;
	padding-right: 5px;
}

div#header li a,
div#footer li a {
	color: #fff;
}

/*======================================

	Layout
	
=======================================*/

body {
	text-align: center; /* for IE */
	padding: 0 0 10px 0;
	margin: 0;
	background-color: #990000;
	color: #333;
}

div#header {
	margin: 0 auto;
	padding: 0px;
	width: 825px;
	line-height:1.3;
	text-align: left;
}

div#contents {
	font-size: 108%;
	margin: 0 auto;
	width: 825px;
	text-align: left;
}

div#r_bottom {
	background: url(back_round.jpg) bottom center repeat-y;
	height: 15px;
}

div#main {
	font-size: 108%;
	margin: 0 auto;
	padding: 0 80px;
	text-align: left;
	background: url(back_border.jpg) top center repeat-y;
}

div#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 825px;
	background-color: ;
	line-height:1.3;
	text-align: left;
	color: #FFCCCC;
}