/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
body{
	color: #2D2D2D;
}
a{
	color: #2D2D2D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.link01{
	text-decoration: underline;
}
.link01:hover{
	text-decoration: none;
}
.link02{
	text-decoration: none;
}
.link02:hover{
	text-decoration: none;
}
.title01{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-color: #F6F6F6;
	padding: 5px;
}
h1{
	font-weight: normal;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
h2{
	font-weight: normal;
}
h3{
	font-weight: normal;
}
ul{
	list-style-type: none;
	margin-bottom: 30px;
}
textarea{
	resize: vertical;
}

.main{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#page_title{
	background-color: #F6F6F6;
	padding-top: 2px;
	padding-bottom: 2px;
}
#header{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#center{
	overflow:hidden;
}
#menu{
	float: left;
	width: 220px;
}
#menu ul{
	list-style-position: inside;
	list-style-type: none;
}
#menu li{
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a{
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.menu_title{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E2E;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navi{
	margin-bottom: 30px;
	font-size: 12px;
	margin-top: 5px;
}
#navi li{
	display:inline;
}
#navi a{
	text-decoration: underline;
	margin-right: 10px;
}
#navi a:hover{
	text-decoration: none;
}
#contents{
	width: 740px;
	float: right;
}
#footer{
	background-color: #2E2E2E;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-top: 30px;
}
#footer a{
	color: #FFFFFF;
}

ul.rule{
	list-style-type: decimal;
	margin-top: 10px;
	margin-left: 20px;
}
.rule li{
	margin-left: 20px;
	margin-bottom: 5px;
}
ul.rule2{
	margin-top: 10px;
	margin-left: 20px;
}
p.rule{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
table.rule{
	width:100%
}
table.rule th{
	padding: 5px;
	background-color: #F6F6F6;
	border: 1px solid #CCCCCC;
}
table.rule td{
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.sign{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents p{
	margin-top: 10px;
	margin-bottom: 10px;
}
table.company{
	width: 100%;
}
.company td{
	margin: 20px;
	padding: 20px;
}
td.listl{
	width: 150px;
}
td.listr{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 50px;
}
.right{
	text-align: right;
}
.button01{
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.button01:hover{
	background-color: #666666;
}
.map{
}
.map iframe{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.contact{
	width: 100%;
}
.contact td{
	padding: 20px;
}
.contact th{
	font-weight: normal;
	width: 160px;
	text-align: left;
	background-color: #F6F6F6;
	padding: 20px;
}
.contact textarea{
	border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 100%;
	padding: 10px;
	border: 1px solid #999999;
}
.contact select{
	border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
	border: 1px solid #999999;
}
.contact input{
	border-radius: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 100%;
	padding: 10px;
	border: 1px solid #999999;
}
.contact span{
}
.submit{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #F6F6F6;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.info_title{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.info ul{
	padding-left: 30px;
	list-style-image: url(../../images/icon01.png);
}
.info li{
	margin-bottom: 5px;
}
h2.link{
	font-size: 18px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
}
p.link{
}
textarea.link{
	width: 100%;
}
ul.link{
	list-style-type: disc;
	list-style-position: inside;
}
