@charset "UTF-8";
/* CSS Document */


td {
	letter-spacing: 1px;
	line-height: 1.3;
	font-size: 12px;
	text-align: left;
}


img {
	border: 0;
}


.strong1 {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}


.strong2 {
	color: #ff0000;
	font-weight: bold;
	font-size: 20px;
}


.strong3 {
	color: #008080;
	font-weight: bold;
	font-size: 20px;
}



* {
	margin:0;
	padding:0;
}



/* bodyの設定 */

body {
	text-align: center;
	background-image: url();
	background-repeat: repeat;
}


.center {
	text-align: center;
}


.center_t {
	margin-left: 145px;
	margin-right: 145px;
}


.center_t2 {
	margin-left: 13px;
}



p {
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 7px 10px 7px 10px;
	font-size: 14px;
}

/* リンク文字の設定 */

a:link { 
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #ff00ff;
	text-decoration: underline;
}



/* テンプレートの設定 */


#container {
	width:799px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	border-right: solid 1px #ff0066;
	border-left: solid 1px #ff0066;

}


#header {
	width:797px;
	marginleft: auto;
	margin-right: auto;
}


#footer {
	width:797px;
	marginleft: auto;
	margin-right: auto;
}


#left {
	width: 260px;
	float: left;
	text-align:center;
}


#right {
		width: 537px;
	float: left;
	text-align:center;
}




.centerbox {
	width: 797px;
	text-align:left;
}


.box1 {
	width: 240px;
	float: left;
	text-align:left;
}


.box2 {
	width: 297px;
	float: left;
	text-align:left;
}


.box3 {
	width: 537px;
	float: left;
	text-align:left;
}


.dlbox {
	width: 250px;
	float: left;
	text-align: left;
	margin: 5px;
}



.border {
	width: 757px;
	margin: 40px 20px 20px 20px;
	background-color: #B95152;
	font-size: 2px;
}


.border2 {
	width: 497px;
	margin: 40px 20px 20px 20px;
	background-color: #B95152;
	font-size: 2px;
}


/* 見出しタグの設定 */


h1 {
	color: #333333;
	text-align: center;
	margin: 5px 0px 5px 0px;
	font-size: 10px;
}


h2 {
	text-align: center;
	font-size: 18px;
	padding: 5px;
	background-image: url(/taiken-img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



dl {
	width: 100%;
}


dt {
	font-size: 12px;
	line-height: 1.3;
	background-image: url();
	background-repeat: no-repeat;
	background-color: #f5a242;
	padding: 2px;
	margin: 2px;
	border-bottom: solid 3px #f46a29;
}


dd {
	font-size: 12px;
	padding: 2px;
	background-color: #ffffff;
	border-bottom: dotted 1px #f46a29;
	border-left: solid 1px #f46a29;
	border-right: solid 1px #f46a29;
	margin: 0;
}


dd p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.3;
	padding: 5px;
}


ul {
	list-style: circle outside url("/taiken-img/list.jpg");
	margin-left: 40px;
}



div.room form{
padding:0 0 0 10px;
text-align:center;
}


div.room table{
width:550px;
text-align:left;
}


div.room table th{
padding:5px 10px;
background-color:#E6E6E6;
border-bottom:1px solid #CCCCCC;
font-size:13px;
line-height:1.6em;
width:140px;
}


div.room table td{
padding:5px 10px;
}


div.room table p{
background:transparent none repeat scroll 0%;
font-size:10px;
font-weight:normal;
margin:0pt;
padding:0pt;
}


div.room table input{
border:1px solid #999999;
text-indent:5px;
width:200px;
font-size:14px;
}


div.room table input.date{
width:4em;
}


div.room table input.date2{
width:2em;
}


div.room div.agree{
border:1px solid #999999;
height:150px;
margin:10px 0;
overflow:auto;
padding:10px;
text-align:left;
width:530px;
font-size:12px
}

div.tool {
	clear:both;
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
	padding-bottom:10px;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_facebook {
	padding-right: 7px;
}

.addthis_button_compact {
	padding-right: 7px;
    float: left;
}   








