@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	text-align: left;
	vertical-align:top;
	font-size: 12px;
}
fieldset, img {
	border: 0;
}
caption{
font-size: 12px;
}
/********* HTML再定義 ***********************************************/




h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size:13px;
	font-weight: bold;
	margin-bottom: 10px;
}
h4, h5, h6 {
	font-size:12px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {

}
ul li {
margin-bottom:4px;
}
ol {
	margin-left:20px;
}
ol li {
	list-style: decimal;

}
dl {

}
dl dd {

}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px;
}
code {
	color: #000080;
}
pre, code {
	line-height: 1.2;
	font-size: 100%;
}
blockquote {
	overflow: auto;
	margin: 10px 0;
	padding: 0 15px;
	border-left: 2px solid #7777AA;
}
blockquote div, blockquote p, blockquote li, blockquote dt, blockquote dd {
	color: #777777;
}
address {
	padding-top: 10px;
}

table {
	margin: 15px 0;
}
table tr th {
	padding: 5px;

	background-color: #555;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 5px;
}
table tr td input {
	margin: -2px 0;
}

form legend {
	display: none;
}
form input, form textarea {
	padding: 1px;
	border:solid 1px #000;
	background:#fff;
	color:#000;
	font-size:100%;
}
form dl dt {
	float: left;
	clear: left;


	padding:2px 10px 2px 0px;
}
form dl dd {
	padding:2px 4px 2px 0px;
	}
form ul {
	margin: 15px 0px;
}
form ul li {
	list-style: none;
}
form p input {
	padding: 2px;
}

a:link, a:visited {
text-decoration:none;
color:#000;
}
a:active, a:hover {
text-decoration:underline;
color:#000;
}

#checkbox_copy{
border:none 0;
}
.press_button{

border: 3px double #333;
border-top-color: #666;
border-left-color: #666;
padding: 0.25em;
color: #000;
font-size: 12px;
font-weight: bold;
background:url(/images/panel.gif) repeat-x  top #FFF;

}
.notice{
	font-weight		: bold;
	color:#F00;
}
.clear{
	line-height 	: 1%;
	font-size		: 1px;
	clear			: both;
	height:1px;
}
.img-left{
	float:left;
	padding-right: 4px;
	padding-bottom: 4px;
}
.img-left img{
}
.img-right{
	float:right;
	margin-left: 4px;
	margin-bottom: 4px;
}
.img-right img{
}

	input.submit_button{
	border: 3px double #333;
	border-top-color: #666;
	border-left-color: #666;
	padding: 3px 4px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/bg/button_true.gif) repeat-x  top #f3f3f3;
	}

/********* 基本構造 *************************************************/
body {
	line-height: 140%;
	text-align:center;
	margin: 0;
	padding: 0px 0px;
	background:#e1f4f8 url("/images/bg/body.gif") top center repeat-y;
	color: #000;
	font-size:11px;
	font-family : "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";

}

*html body {
padding-left: 1px;
}



div#header h2{
display:none;
}
div#container{
background:#FFF url("/images/bg/bluesky.gif") top center repeat-x;

}
div#contents_area{
background:url("/images/bg/page.gif") top center repeat-y;

}
div#twitter_area{
text-align:left;
}

div#site_div{
background:url("/images/bg/site_image.gif") top center no-repeat;
}


div#header h1{
background:url("/images/bg/logo.gif") top left no-repeat;
height:50px;
}

div#header h1 a{
display:block;
height:50px;
width:235px;

}
div#header h1 em{
display:none;
}
div#header ul li{
display:inline;
}
div#main_area{

line-height:200%;
 text-shadow: #BBBBBB 1px 1px 1px;
padding-top:40px;
margin-bottom:20px;
width:564px;
margin-left:auto;
margin-right:auto;

}

div#main_area div.fix{
width:364px;
padding-top:30px;
text-align:left;
margin:0 !important;
}


div#footer{

background:url("/images/bg/footer.gif") bottom center repeat-x;

}
div#copyright{
height:100px;
background:url("/images/bg/copyright.gif") top center no-repeat;
}
div#copyright p{
padding-top:24px;
}
div#copyright p a{
display:block;
height:20px;
width:210px;
}
div#copyright p span{

display:none;
}
div.fix{
width:564px;
text-align:left;
margin:0 auto;
}


