@charset "utf-8";






/* formatting style
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #4d4d4d;
	background-color: #FFFFFF;
	background-image: url(../images/back_01.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 170%;
}
hr {
	display: none;
}
.new {
	margin-top: 10px;
}
.small {
	font-size: 10px;
	line-height: 150%;
}






/* link style
--------------------------------- */
a img {
	border-style: none;
}
a:link {
	color: #1e82aa;
	text-decoration: underline;
}
a:visited {
	color: #8f82bc;
	text-decoration: underline;
}
a:hover {
	color: #8f82bc;
	text-decoration: none;
}
a:active {
	color: #8f82bc;
	text-decoration: none;
}






/* basic layout
--------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 870px;
}
#wrapper .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 141px;
	position: relative;
}
#header #catch {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #sitemap {
	position: absolute;
	right: 131px;
	top: 0px;
}
#header #link {
	position: absolute;
	top: 0px;
	right: 61px;
}
#header #home {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 29px;
}
#header #tel {
	position: absolute;
	top: 29px;
	right: 0px;
}
#mainBox {
	background-image: url(../images/back_03.gif);
	background-repeat: no-repeat;
	width: 870px;
	margin: 0px auto;
}
#globalNavi {
	float: left;
	width: 230px;
	padding-top: 6px;
	padding-left: 10px;
}
#globalNavi ul.subNavi {
	background-image: url(../images/button_g_pic_02.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	list-style: none;
}
#globalNavi ul.subNavi li {
	background-image: url(../images/page_pic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 13px;
}
#globalNavi p#add {
	font-size: 10px;
	line-height: 150%;
	padding-left: 10px;
}
#contentsBox {
	width: 585px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
}
#contentsBox p#bread {
	font-size: 10px;
}
#contentsBox h3 {
	background-image: url(../images/page_pic_05.gif);
	background-repeat: no-repeat;
	height: 29px;
	text-indent: 15px;
	line-height: 29px;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 30px;
}
#contentsBox h3#one {
	margin-top: 20px;
}

#contentsBox h4 {
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
#contentsBox .floatL {
	float: left;
	width: 180px;
	margin-right: 22px;
}
#contentsBox .floatR {
	float: right;
	width: 180px;
	padding-left: 10px;
}
#contentsBox table#matrix {
	border-bottom: 0px none;
	border-top: 1px dotted #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
	width: 585px;
}
#contentsBox table#matrix th {
	text-align: left;
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #CCCCCC;
	width: 100px;
	padding: 5px 0px 5px 13px;
}
#contentsBox table#matrix td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
}






/* profile style
------------------------------*/
#profile #contentsBox div.car1 {
	float: left;
	width: 138px;
	text-align: center;
	margin-right: 11px;
	margin-top: 20px;
}
#profile #contentsBox div.car2 {
	float: left;
	width: 138px;
	text-align: center;
	margin-top: 20px;
}






/* ryudoka style
------------------------------*/
#ryudoka #contentsBox table#hinshitsu {
	border-bottom: 0px none;
	border-top: 1px solid #CCCCCC;
	border-collapse:collapse;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}
#ryudoka #contentsBox table#hinshitsu th {
	background-color: #F2F7FB;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#ryudoka #contentsBox table#hinshitsu td {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
#ryudoka #contentsBox dl.jirei1 {
	float: left;
	width: 180px;
	margin-right: 22px;
	line-height: 140%;
	text-align: center;
}
#ryudoka #contentsBox dl.jirei2 {
	float: right;
	width: 180px;
	line-height: 140%;
	text-align: center;
}
#ryudoka #contentsBox dl.jirei3 {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 22px;
	line-height: 140%;
	text-align: center;
}
#ryudoka #contentsBox dl.jirei4 {
	float: right;
	width: 180px;
	margin-top: 10px;
	line-height: 140%;
	text-align: center;
}






/* doshitsu style
------------------------------*/
#doshitsu #contentsBox div#koumoku {
	background-color: #F2F7FB;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#doshitsu #contentsBox dl dt {
	font-size: 10px;
	line-height: 150%;
}
#doshitsu #contentsBox dl dd {
	font-size: 10px;
	line-height: 150%;
	text-indent: 10px;
}
#doshitsu #contentsBox ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#doshitsu #contentsBox ul li {
	font-weight: bold;
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: 13px;
	padding-bottom: 5px;
	list-style: none;
}






/* kuito style
------------------------------*/
#kuito #contentsBox div.flow1 {
	background-image: url(../enterprise/images/kuito_pic_01.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 180px;
	padding-right: 22px;
	text-align: center;
	margin-top: 10px;
}
#kuito #contentsBox div.flow2 {
	float: right;
	width: 180px;
	text-align: center;
	margin-top: 10px;
}






/* contact style
------------------------------*/
#contact #contentsBox table#mail {
	border-bottom: 0px none;
	border-top: 1px dotted #CCCCCC;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
	width: 585px;
	margin-top: 10px;
	clear: both;
}
#contact #contentsBox table#mail th {
	text-align: left;
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #CCCCCC;
	width: 150px;
	padding: 5px 0px 5px 13px;
}
#contact #contentsBox table#mail td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px;
	font-size: 10px;
}
#contact #contentsBox #ssl ul {
	width: 440px;
	float: right;
	padding-left: 20px;
}
#contact #contentsBox #ssl ul li {
	list-style: disc;
}
#contact #contentsBox #submit {
	margin-top: 10px;
	text-align: center;
}
#contact #contentsBox #thanks {
	text-align: center;
	margin-top: 100px;
}
#contact #contentsBox #thanks p#logo {
	margin-top: 50px;
	margin-bottom: 10px;
}






/* privacy style
------------------------------*/
#privacy #contentsBox ul {
	margin-left: 12px;
	margin-top: 10px;
}






/* sitemap style
------------------------------*/
#sitemap #contentsBox ul {
	border-top: 1px dotted #CCCCCC;
	list-style: none;
	text-indent: 13px;
}
#sitemap #contentsBox ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#sitemap #contentsBox ul li.sitemap_bold {
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	font-weight: bold;
	text-indent: 13px;
}






/* link style
------------------------------*/
#link #contentsBox #one ul {
	border-top: 1px dotted #CCCCCC;
	margin-top: 15px;
}
#link #contentsBox #one ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/page_pic_03.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
}






/* footer style
------------------------------*/
#footer {
	width: 850px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(../images/back_04.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
#footer #privacy {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer #pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer #logo2 {
	position: absolute;
	left: 0px;
	top: 49px;
}
#footer #copyright1 {
	position: absolute;
	left: 0px;
	top: 65px;
}
#footer #copyright2 {
	position: absolute;
	left: 113px;
	top: 65px;
}

