@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	基本スタイル
----------------------------------------------------------- */

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-top:15px;
	margin-bottom:15px;
	background:#FFF;
	color:#333;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0066CC;
}

/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:0px 20px 0px 20px;
	background:#FFFFFF;
	color:#000;
	line-height:1.3;
	font-size:small;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
h1{
	font-size: 15px;
	color:#333;
}

/*-----------------------------------------------
 __table-01
-----------------------------------------------*/
table#table-01 {
    width: 100%;
    border: 1px #ff6262 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #ff6262 solid;
    color:#FFFFFF;
    border-width: 0 0 1px 1px;
    background: #db0000;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #ff6262 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/*-----------------------------------------------
 __table-02
-----------------------------------------------*/
table#table-02 {
    width: 100%;
    font-weight: bold;
    font-size: xx-large;
    border: 1px #ff6262 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
    border: #ff6262 solid;
    color:#FFFFFF;
    border-width: 0 0 1px 1px;
    background: #db0000;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border: 1px #ff6262 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

textarea   {
   width:      400px;
   height:      80px;
   color:      333333;
   font-size:   12px;
   background:   #ffffff;
}

/*-----------------------------------------------
 __table-03
-----------------------------------------------*/
table#table-03 {
    width: 100%;
    font-weight: bold;
    font-size: xx-large;
    border: 1px #ff6262 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-03 th {
    padding: 5px;
    border: #ff6262 solid;
    border-width: 0 0 1px 1px;
    height:80px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
/*-----------------------------------------------
 __form
-----------------------------------------------*/
#table-02 form {
   margin:0;
}
#table-02 input {
   width:300px;
   font-size:22px;
   background:#eee;
}
#table-02 .submit {
   width:100px;
   font-size:18px;
   background:#eee;
   font-weight:bold;
   COLOR:#db0000;
}

#linkbox {
	margin-top:20px;
   font-size:   15px;
    text-align: center;
}

#linkbox input{
   width:      300px;
   font-size:   15px;
   background:   #eee;
}
/*-----------------------------------------------
 __link
-----------------------------------------------*/

#link {
	margin-top:10px;
	clear:both;
	padding:5px;
	text-align:center;
	background:#FFFFFF;
}
#link a {
	text-decoration: none;
}

/*-----------------------------------------------
 __copy
-----------------------------------------------*/

#copy {
	margin-top:20px;
	clear:both;
	padding:5px;
	font-size: 13px;
	text-align:center;
	color:#333;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	margin-top:10px;
	clear:both;
	padding:5px;
	text-align:center;
	background:#FFFFFF;
}
#footer a {
	text-decoration: none;
	color:#333;
}

/*-----------------------------------------------
 __abc
-----------------------------------------------*/

#abc {
	font-size: 14px;
	color:#333;
}

#boxnavi {
	line-height:2;
	margin-top:20px;
	margin-bottom:20px;
	padding:15px;
	text-align:center;
	background:#fff4f4;
	border:1px solid #db0000;
	font-size: 17px;
}

