@charset "UTF-8";

/*
css-menu
------------------------
1.Gloval Reset
2.Text SET
3.Other SET
4.Gloval Layout
5.Top Style
------------------------*/



/*
------------------------------------------------
1.Gloval Reset
------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td{
	margin:0;
	padding:0;
}
table{
	border: none;
	empty-cells:show;
}
img{
	border:0;
}

/*
li,dl{
	list-style:none;
}
*/


/*
------------------------------------------------
2.Text SET
------------------------------------------------*/
dt,dd,ol,li,pre,p,th,td,address,h1,h2,h3,h4,h5,h6,address,div{
	font-size:15px;
	color:#333333;
	line-height: 1.4em;
	/*letter-spacing: 0.08em;*/
	font-weight:normal;
	font-family: "verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif";
}
a{
	text-decoration:underline;
	color:#333366;
}
a:hover{
	text-decoration:underline;
	/*
	background-color:#EFEFEF;
	display:inline-block;
	*/
}


.ex {
	margin:20px;
}

.toLink {
	text-align:right;
	margin-top:15px;
	font-size:13px;
}

.toLink a {
	padding-left:10px;
	background-image: url(img/icon_a.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.toTop {
	text-align:right;
	margin-top:15px;
	font-size:13px;
}

.toTop a {
	padding-left:12px;
	background-image: url(img/icon_movetop.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.sitemapLink{
	padding-left:10px;
	background-image: url(img/icon_a.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.sitemapSub {
	margin-left:17px;
}

/*
------------------------------------------------
3.Other SET
------------------------------------------------*/
th,td {
	padding:10px;
	text-align:left;
}

.strong {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.red_b {
	color: #ff0000;
	font-weight: bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.textCenter {
	text-align:center;
}

.textRight {
	text-align:right;
}

.textSmall {
	font-size:14px;
}

.textBig {
	font-size:20px;
}

.showPoint {
	font-size:50px;
}

/*
------------------------------------------------
4.Gloval Layout 
------------------------------------------------*/

body {
	background-image: url(./img/bg.jpg);
}

/*
#top {
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}
*/

#body {
	width: 902px;
	padding:0px 20px 0px 20px;
	margin: auto;
	background-image: url(./img/bg_body.jpg);
	background-repeat: repeat-y;
}

.head {
	padding-top:5px;
}

.headLeft {
	float:left;
	margin-left:15px;
	_margin-left:10px;

	
}

.headRight {
	float:right;
	text-align:right;
	margin-right:15px;
	_margin-right:10px;
}

.glovalMenu {

}
.glovalMenu li {
	margin:5px 0px;
	float: left;
	list-style:none;
}



.pankuzu {
	margin: 13px 0px 12px 14px;
}


.footer {
	text-align:center;
	padding-bottom:20px;
}

.footerContact {
	text-align:right;
	margin:60px 30px 40px 0px;
}

.footerCopy {
	float:left;
	padding-left:10px;
}

.footerText {
	float:right;
	padding-right:10px;
}





/*
------------------------------------------------
4.Index Layout 
------------------------------------------------*/



.indexNavi {
	margin-left:10px;
	_margin-left:5px;
	float:left;
	text-align:center;
}

.indexNavi ul {
	margin-top:15px;
}

.indexNavi li {
	list-style:none;
	margin-bottom:3px;
}

.indexH4 {
	margin:40px 0 5px 0;
}

.rightContent {
	width:620px;
	margin-right:15px;
	_margin-right:7px;
	float:right;
}

.indexInner {
	margin:10px 0px 0px 15px;
	width:600px;
}


.press {
	float:left;
	width:310px;
}

.blog {
	float:right;
	width:310px;
}

.scroll1 {
	height:170px;
	width:590px;
	margin-left:15px;
	overflow:auto;
}

.scroll2 {
	height:160px;
	width:280px;
	margin-left:15px;
	overflow:auto;
	margin-top:10px;
	font-size:15px;
}

.scroll1 dt {
	padding-left:18px;
	background-image: url(img/icon_date.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
}

.scroll1 dd {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	margin-right:5px;
	padding-bottom:5px;
	padding-left:18px;
}

.scroll2 dd {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	padding-bottom:5px;
}






.RSStitle {
	border-bottom:dotted 1px #999999;
	margin-bottom:10px;
	padding-bottom:5px;
}





/*
------------------------------------------------
4.他ページ共通部分
------------------------------------------------*/

.leftMenu {
	margin-left:14px;
	_margin-left:7px;
	float:left;
	text-align:center;
}

.menuNavi {

}

.menuNavi li {
	list-style:none;
	padding:5px 0px 5px 22px;
	background-image: url(img/icon_menu.jpg);
	background-position:10px 12px;
	background-repeat:no-repeat;
	width:220px;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}

.menuNavi li:hover {
	background-color:#EFEFEF;
}


.onPage {
	background-color:#EFEFEF;
}

.spacing {
	letter-spacing: -1px;
}


.h3Img {
	margin-bottom:15px;
	text-align:center;
}

.ex2 {
	margin:18px 10px 18px 10px;
}

.ex3 {
	margin:30px 30px 30px 30px;
	padding:15px 20px;
	border:solid 1px #CCCCCC;
	background-color:#F5F4FF;
}

.ex4 {
	margin:50px 0px 30px 5px;
	padding-left:2px;
	border:solid 1px #CCCCCC;
	background-color:#FFEFEC;
}

.hTitle {
	border-bottom:solid 1px #CCCCCC;
	font-weight:bold;
	margin:40px 10px 5px 10px;
}

.hText {
	margin:5px 10px 20px 27px;
}

.hFirst {
	margin-top:10px;
}

.smallText {
	font-size:13px;
	margin:18px 10px 18px 10px;
}



/*case*/

dl.caseText {
	margin:0px 20px;
}

dl.list dt {
	float:left;
	width:35px;
}

dl.list dd {
	margin-left:0;
	padding-left:35px;
	padding-bottom:7px;
}


.caseText {
	margin:5px 20px 10px 45px;
}

.textBr {
	margin-bottom:20px;
}

.caseTitle {
	font-weight:bold;
}


.ex4hTitle {
	border-bottom:solid 1px #CCCCCC;
	font-weight:bold;
	margin:10px 10px 5px 10px;
}



/*aboutTable*/

.aboutTable {
	border-collapse: collapse;
	margin:10px 10px;
}

.aboutTable th {
	border-bottom:1px solid #666666;
}

.aboutTable td {
	border-bottom:1px solid #666666;
}

.aboutTable th {
	background-color:#CCCCCC;
	text-align:center;
}

.lineTop {
	border-top:1px solid #666666;
}


/* iq */

.marginTopNone {
	margin-top:0px;
}

dl.iqTitle {
	border-left:solid 7px #99CCCC;
	border-bottom:solid 1px #99CCCC;
	padding:8px 8px;
	margin-top:40px;
	margin-bottom:10px;
}

dl.iqTitle dt {
	float:left;
	width:120px;
}

dl.iqTitle dd {
	margin-left:0;
	padding-left:120px;

}

.iqTable {
	border-collapse: collapse;
	width:610px;
	margin:0px 0px 0px 5px;
}

.iqTable .answer {
	width:50px;
}

.iqTable .no {
	width:50px;
}

.iqTable td {
	border-bottom:solid 1px #CCCCCC;
}


.iqEx {
	margin-left:50px;
}

.iqEx th {
	padding:3px 5px;
	background-color:#CCCCCC;
	width:55px;
	text-align:center;
}

.iqEx td {
	padding:3px 60px 3px 5px;
	
}

.iqHr {
	background-color:#666666;
	margin:10px 52px;
	height:7px;
}

/* introduction */

.step {
	margin-left:10px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	width:593px;
}

.price {
	border:1px solid #CCCCCC;
	padding:5px;
	margin:0 30px;
}

.priceTable {
	margin:5px 25px;
	border-collapse: collapse;
	width:500px;
}

.priceTable th {
	background-color:#CCCCCC;
	padding:5px;
	border-top:1px solid #CCCCCC;
}

.priceTable td {
	padding:5px;
	border:solid 1px #CCCCCC;

}

.normalWeight {
	font-weight:normal;
}

.priceEx {
	margin:15px 10px 5px 27px;
}

.priceBottomW {
	border-bottom:solid 1px #FFFFFF;
}

.priceBottomB {
	border-bottom:solid 1px #CCCCCC;
}


/* q&a */

.qaEx3 {
	margin:20px 0px;
}

.qaEx4 {
	margin:50px 0 20px 0;
	padding:15px 5px 5px 20px;
}

.qaEx4 dt {
	font-weight:bold;
}

.qaEx4 dd {
	font-weight:bold;
}

.qaEx4Text {
	margin:0px 0;
	padding:0px 10px 5px 20px;
}

.qaEx4Text dt {
	font-weight:bold;
}



.rule {
	margin:0px 30px;
}

.ruleOlText li{
	margin:0px 25px 15px 50px;
}

.textRight{
	text-align:right;
}



/*contact*/

.contact {
	border-collapse: collapse;
}

.contact th{
	width:240px;
	background-color:#DFDFDF;
	border-bottom:1px solid #FFFFFF;
}

.contact td{
	border-bottom:1px solid #EFEFEF;
}


/* sitemap */

.sitemap {
	margin:0px 30px;
}


/* release */
dl.release {
	margin:1px;
}

dl.release dt {
	float:left;
	width:110px;
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;
}

dl.release dd {
	margin-left:0;
	padding:5px 5px 5px 130px;
	border-bottom:1px solid #CCCCCC;
}



