﻿@charset "utf-8";

*{border-width: 1px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

img{border: 0;}

body{
	font-size: 80%;
	color:#333;
	font-family: Verdana, Arial, Helvetica, "MS UI Gothic", "Hiragino Kaku Gothic Pro", Osaka;
	background-image:url('../images/bd08-04.gif');
	background-repeat: repeat;
}



/*-------------wrapper*/
#wrapper {
	width:400px;
	margin:0 auto;
}


/*-----contents*/

#contents {
	width:100%;
	margin:0;
	padding-bottom:50px;	
}

.box {
	width:394px;
	height:auto;
	background-color:#fff;
	margin:30px auto 0 auto;
	padding:3px;
}


/*--Link*/

A:link {
	text-decoration:none;
	color:#FF9933;
}

A:visited {
	text-decoration:none;
	color:#FE5C34;
}

A:active {
	text-decoration:none;
	color:#00FF00;
}

A:hover{
	text-decoration:underline;
	color:#FF9933;
}



/*--フォント*/

h1 {
	color:#ffffff;
	font-size:large;
	font-weight:bold;
	margin:0 auto;
}

.font_nml {
	font-weight:normal;
	color:#333;
}

.sml {
	margin-top: 0;
	margin-bottom: 0;
	font-size:x-small;
}



/*--テーブル*/

.table_00{
          border-collapse:collapse;
          border:1px #333 solid;
          margin:auto;
          padding:3px;
          width:100%;
}

.table_01{
	width:100%;
	border-collapse:collapse;
}

.table_01 th{
	text-align:center;
	background-color:#8fd500;
	border:1px #333 solid;
	height:50px;
}

.table_01 td{
		background-color:#fff;
		border:1px #333 solid;
		width: 25%;
		height:40px;
		text-align:center;
}


.table_02{
	margin:25px auto;
	border-collapse:collapse;
	width:80%;
}

.table_02 th{
	text-align:center;
	background-color:#ffffd0;
	border:1px #333 solid;
	width:50%;
	height:30px;
}

.table_02 td{
	width:50%;
	height:25px;
	background-color:#ffffee;
	text-align:center;
}





    
/*-------------footer*/


.c_box{
	margin:30px auto 0 auto;
	padding:3px;
}

