/*
@import url(http://ipq.rat.jp/mtos/mt-static/themes-base/blog.css);
@import url(http://ipq.rat.jp/mtos/mt-static/themes/minimalist-red/screen.css);
*/

/* =======================================


  "ipq.rat.jp" Common Parts CSS


 -----------------------------------------
	INDEX
 -----------------------------------------
 
 	1.base
	
	2.header

	3.layout
		
	4.side

	5.sub_contents

	6.footer

	7.fonts
	
========================================== */



/* 1.base
========================================== */
body	{
	margin-top: 0px;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:160%;
	color:#4F4F4F;
	background-color:#FFFFFF;
	background-image:url(/img/back.jpg);
	font-family: "MS Pゴシック", Osaka; 
	}




h1,h2,h3,h4{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	}
	
form	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:relative;
	}
	
p	{
	margin:0px 0px 0px 0px;
	}


img {
	border-width: 0px;

	}
	
ul {
	text-align:left;
	margin:0px;
	padding:0px;
	}

li img {
    vertical-align: bottom;
}


A:link {color:#446efc;text-decoration:underline;position:relative;}
A:visited {color:#446efc;text-decoration:underline;position:relative;}
A:active {color:#446efc;text-decoration:underline;position:relative;}
A:hover {color:#446efc;text-decoration:none;position:relative;}


.fb {
	font-weight:bold;
	}

.contener {
	width:812px;	/* 背景のシャドウ6pxずつ */
	margin:0px auto 0px auto;
	padding:0px 6px 0px 6px;
	background-image:url(/img/back_main.png);
	background-repeat:repeat-y;
	background-position:top center;
	overflow:hidden;
	}


* html .contener {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);

padding-left:12px;
}

*:first-child+html .contener {
	padding-left:24px;
	}

/* 2.header
========================================== */
.header_contener {
	width:800px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
		}

.header {
	width:800px;
	margin:0px auto 0px auto;
	}

.logo {
	margin:21px 0px 16px 33px;
	float:left;
	}

*html .logo {
	width:214px;
	margin:14px 0px 12px 8px;
	}

.head_navi {
	margin:9px 10px 0px 0px;
	float:right;
	text-align:right;
	}

*html .head_navi {
	text-align:right;
	margin:39px 0px 20px 231px;
	}
	
ul#HeadNavi {
	margin:0px;
	padding:0px;
	}

ul#HeadNavi li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	line-height:1;
	list-style-type:none;
	}
	
ul#HeadNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.groval_navi {
	width:800px;
	height:34px;
	margin:0px auto 0px auto;
	clear:both;
	}

*:first-child+html .groval_navi {
	margin:12px auto 0px auto;
	}

ul#Groval_Navi {
	width:800px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

ul#Groval_Navi li {
	margin:0px;
	padding:0px;
	float:left;
	line-height:1;
	list-style-type:none;
	}
	
ul#Groval_Navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 3.layout
========================================== */
.main_contener {
	width:800px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	clear:both;
	}

.main {
	width:403px;
	margin:0px 9px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	overflow:hidden;
	position:relative;
	}


.side_left {
	width:180px;
	margin:0px 9px 0px 9px;
	float:left;
	}



.side_right {
	width:180px;
	margin:0px 9px 0px 0px;
	float:right;
	}

.topimg {
	margin:0px 0px 12px 0px;
	}
	


/* 3.side
========================================== */
.sidest_body {	/* 検索テーブル */
	width:160px;
	background-image:url(/img/sidest_body.gif);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	text-align:center;
	font-size:10px;
	line-height:140%;
	}

.sidest_body2 {
	width:180px;
	background-image:url(/img/sidest_body02.gif);
	background-repeat:repeat-y;
	margin:0px auto 0px auto;
	padding:0px 10px 0px 10px;
	}

ul#SideNavi {
	margin:0px;
	padding:0px;
	list-style-type:none;
	overflow:hidden;
	}

ul#SideNavi li {
	width:140px;
	margin:0px 0px 0px 0px;
	padding:4px 0px 1px 22px;
	background-image:url(/img/navi_back.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	border-bottom:solid 1px #CCCCCC;
	}

.sidest_body2 A:link {text-decoration:none;}
.sidest_body2 A:visited {text-decoration:none;}
.sidest_body2 A:active {text-decoration:none;}
.sidest_body2 A:hover {text-decoration:underline;}

.manage {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

.manage ul {
	margin:0px:
	padding:0px;
	}

ul#ManageBtn {
	width:180px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center
	}

ul#ManageBtn li {
	margin:0px 0px 4px 0px;
	padding:0px;
	}

ul#Baner {
	width:180px;
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
	text-align:center
	}

ul#Baner li {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	}
	
ul#Baner A:link {text-decoration:none;}
ul#Baner A:visited {text-decoration:none;}
ul#Baner A:active {text-decoration:none;}
ul#Baner A:hover {text-decoration:none;}

ul#LinkBaner {
	width:180px;
	margin:5px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
	text-align:center
	}

ul#LinkBaner li {
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 0px;
	}


/* 5.contents
========================================== */

.contents_title {
	margin-bottom:7px;
	}
	
.contents_contener {
	margin:0px 0px 24px 0px;
	}

.contents_contener img { 
	margin-bottom:10px;
	}

.contents_title_sub {
	width:376px;
	height:34px;
	padding:9px 0px 0px 24px;
	margin:0 auto 4px auto;
	background-image:url(/img/st_back.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	}

.contents_title_sub A:link {color:#4f4f4f;text-decoration:none;}
.contents_title_sub A:visited {color:#4f4f4f;text-decoration:none;}
.contents_title_sub A:active {color:#4f4f4f;text-decoration:none;}
.contents_title_sub A:hover {color:#4f4f4f;text-decoration:underline;}

.contents_body {
	width:386px;
	padding:0px 0px 0px 0px;
	margin:0 auto 0 auto;
	overflow:hidden;
	}
	
.tb_price {
	width:365px;
	margin:14px auto 6px auto;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}

*html .tb_price {
	border-left: 1px solid #CCCCCC;
	}

*:first-child+html .tb_price {
	border-left: 1px solid #CCCCCC;
	}

.tb_price th {
	padding:10px 8px 5px 12px;
	background-color:#EDEDED;
	font-weight:normal;
	text-align:left;
	border:solid 1px #9eaad3;
	white-space:nowrap;
	border-bottom: 1px solid #9eaad3;
 	border-right: 1px solid #9eaad3;
	}

.tb_price td {
	padding:5px 12px 4px 12px;
	background-color:#FFFFFF;
	border:solid 1px #9eaad3;
	border-bottom: 1px solid #9eaad3;
 	border-right: 1px solid #9eaad3;
	}

.tb_price td#subTh {
	padding:7px 8px 6px 8px;
	background-color:#bbcaff;
	color:#333333;
	font-weight:bold;
	line-height:130%;
	font-size:10px;
	border-left: 1px solid #9eaad3;
}

.subtitle {
	font-size:18px;
	font-weight:bold;
	color:#B38700;
	padding:35px 0px 35px 4px;
	}
	
.pagetitle {
	width:403px;
	height:41px;
	background-image:url(/img/st_subtitle.gif);
	background-repeat:no-repeat;
	margin:0px 0px 7px 0px;
	padding:14px 0px 0px 14px;
	}

/* 6.sub page
========================================== */
.subimg {
	margin:0px 0px 19px 0px;
	}
	
.sub_side {
	width:180px;
	margin:0px 14px 0px 0px;
	float:left;
	overflow:hidden;
	}




ul#SubMenu {
	padding:0px 11px 0px 11px;
	margin:0px;
	}





.sub_main {
	float:left;
	}




.sub_st {
	background-image:url(/img/sub_st_back.gif);
	background-repeat:no-repeat;
	width:457px;
	height:38px;
	padding:11px 0px 0px 30px;
	font-weight:bold;
	font-size:14px;
	}
	
.sub_contents {
	width:470px;
	margin:10px 0px 36px 9px;
	}




*html .sub_contents {
	margin:10px 0px 24px 9px;
	}
	
.sub_contents strong {
	margin:0px 0px 6px 0px;
	}
	
.sub_contents p {
	margin:0px 0px 12px 0px;
	line-height:180%;
	}
	
.sub_bodycontener {
	background-image:url(/img/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:12px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	overflow:hidden;
	clear:both;
	min-height:91px;
	}




*html .sub_bodycontener {
	margin:0px 0px 14px 0px;
	}
	
.tb_gr {
	background-color:#E9E9E9;
	padding:4px;
	color:#014380;
	margin:0px 0px 12px 0px;
	}
	
.img_left {
	margin:0px 12px 0px 0px;
	float:left;
	overflow:hidden;
	}




.sub_tb th {
	border-bottom:dotted 1px #CDCDCD;
	text-align:left;
	padding:12px 14px 12px 6px;
	}




.sub_tb td {
	border-bottom:dotted 1px #CDCDCD;
	text-align:left;
	padding:12px 0px 12px 0px;
	}
	

.entry_list {
	line-height:160%;
	background-image:url(/img/gimik04.gif);
	background-repeat:no-repeat;
	background-position:middle;
	padding:0px 0px 0px 14px;
	margin:0px 0px 6px 0px;
	}

.news {
	margin:0px 0px 18px 0px;
	}
	
.news_container {
	width:350px;
	margin:0px auto 6px auto;
	border-bottom:dotted 1px #CCCCCC;
}

.news_container ul {
	margin:0px 0px 4px 0px;
	padding:0px;
	}
	
.news_container li {
/*	display:inline;	*/
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	}

.im wbr {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.im {
	padding:0 0 0 0;
}

	
/* 7.footer
========================================== */
.btn_pagetop {
	width:800px;
	text-align:right;
	margin:20px auto 8px auto;
	padding:36px 30px 0px 0px;
	clear: both;
	}
	
.footer {
	width:798px;
	margin:0px auto 0px auto;
	padding:12px 0px 24px 0px;
	border-top:solid 2px #2d57fb;
	text-align: center;
	clear:both;
	overflow:hidden;
	}

.footer ul {
	text-align: center;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 18px;
	foat:left;
	overflow:hidden;
	}

ul#FootNavi {
	float:left;
	overflow:hidden;
	}

*html .footer ul {
	margin-top:18px;
	background-position:left middle;
	}


.footer li {
	margin:0px 18px 0px 0px;
	padding:0px 0px 0px 12px;
	height:14px;
	font-size:11px;
	display:inline;
	line-height:1;
	list-style-type:none;
	background-image:url(/img/gimik03.gif);
	background-repeat:no-repeat;
	background-position:middle;
	}

*html .footer li {
	font-size:10px;
	}

.footer A:link {color:#4f4f4f;text-decoration:none;}
.footer A:visited {color:#4f4f4f;text-decoration:none;}
.footer A:active {color:#4f4f4f;text-decoration:none;}
.footer A:hover {color:#4f4f4f;text-decoration:underline;}

.footer_right {
	padding:0 12px 0 0;
	}

.copy {
	text-align: right;
	}

.credit {
	font-size:10px;
	color:#999999;
	clear: both;
	text-align: right;
	}

.credit A:link {color:#4f4f4f;text-decoration:none;}
.credit A:visited {color:#4f4f4f;text-decoration:none;}
.credit A:active {color:#4f4f4f;text-decoration:none;}
.credit A:hover {color:#4f4f4f;text-decoration:underline;}


/* 8.fonts
========================================== */
.fs10 {
	font-size:10px;
	line-height:160%;
	}

.tx_price {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	}
	
.fs12red {
	color:#CC0000;
}

.step {
	width:368px;
	font-weight:bold;
	padding:9px 5px 5px 8px;
	margin:0 0 8px 0;
	border-bottom:solid 1px #a0d0ff;
/*	border-left:solid 4px #446efc;	*/
	background-color:#e8f4ff;
	color:#274efa;
}

#th_biz {
	text-align:center;
	font-weight:bold;
}

#th_biz A:link {color:#CC0000;text-decoration:none;}
#th_biz A:visited {color:#CC0000;text-decoration:none;}
#th_biz A:active {color:#CC0000;text-decoration:none;}
#th_biz A:hover {color:#CC0000;text-decoration:underline;}


.twitter-share-button {
margin:18px 0 0 0;
}

.btn_hatena {
margin:4px 0;
}

#fb-root {
margin:4px 0;
}
