/* ***********************************************/
/*TITLE: HOMEPAGE Create and Support
FILE_NAME: common.css
AUTHER: FOIS */
/*************************************************/


/*=====各属性のスタイル===========================*/

body {

	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 0.75em;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}

table {
	font-size: 100%;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	line-height: 160%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1, h2, h3, img, p, div{
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul, li {
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color:#FF901F;
	text-decoration : underline; 
}

a:hover {
	color:#FD482F;
	text-decoration : underline; 
}

textarea, input, select {
	color: #333333;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 100%;
}

/*====ヘッダー用スタイル====*/
#header {
	background-image: url(../img/common/com_back_head.jpg);
	background-repeat: repeat-x;
}

#header-box {
	margin:  0px auto;
	text-align: right;
	width: 720px;
}

#header-box ul {
	padding: 25px 0px 0px;
	font-size: 0px;
	/* Mac対応*/
	/* \*//*/
		width: 420px;
		padding: 25px 300px 0px;
	/**/
}

#header-box li {
	display: inline;
	background-image: url(../img/common/com_ico_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px solid #FF901F;
	padding: 10px 7px;
	font-size: 12px;
}

#header-box a {
	color: #333333;
	text-decoration : none;
}

#header-box a:hover {
	color:#FF901F;
	text-decoration : none;
}

/*　グーグル検索*/
#google-Search-box {
	margin:  0px auto;
	text-align: right;
	width: 720px;
	margin-top: -10px;
	float: right;
}

/*　ロゴとボタン部分　*/
#header-link {
	text-align: left;
}

.logo {
	margin-top: 0px;
	float: left;
}

.bt-support {
	margin: 10px 0px 0px;
	float: right;
}

/*====　おすすめクイックビュースタイル　====*/
.com-qv-ul {
	margin: 0px;
	text-align: left;
	width: 535px;
	font-size: 0px;
	line-height: 0px;
}

.com-qv-li {
	display: inline;
}


/*====　メイン部分用スタイル　====*/
/*グローバルナビ部分*/
#gnavi-box {
	margin: 0px auto;
	_margin: -20px auto 0px;
	width: 720px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#gnavi-box p {
	display: inline;
}

/*====　共通ページ用スタイル　====*/
#contents {
	margin: 15px auto;
	width: 720px;
}

/*　ローカルナビ部分　*/
#lnavi-box {
	text-align: left;
	float: left;
	width: 165px;
	margin-bottom: 30px;
}

/*　本文部分　*/
#main-box {
	float: right;
	text-align: left;
	width: 535px;
}

.text-box {
	padding: 0px 5px;
}

.fois-support-cp {
	margin-top: 20px;
}

.fois-support-text-box {
	margin-bottom: 20px;
	padding: 5px 20px 20px;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
}

.number-list {
	list-style-type: decimal;
	margin-left:30px;
}

/*　見出し　パンクズナビ　*/
.midashi-l {
	margin: 10px 0px 20px;
}

.midashi-m {
	margin: 40px 0px 10px;
	clear: both;
}

.pankuzu {
	text-align: left;
	margin-left: 5px;
}

.page-top {
	text-align: right;
	margin: 10px 0px 20px;
	background-image: url(../img/common/com_ico_pagrtop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	clear: both;
}

/*====　フッター部分用スタイル　====*/
#footter {
	background-image: url(../img/common/com_back_foot.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 7px 0px 0px 0px;
	clear: both;
}

address {
	font-style: normal;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 100%;
}

#logo-link {
	margin: 15px auto;
	padding-bottom: 10px;
	text-align: center;
	width: 720px;
}

#logo-link p{
	margin: 0 10px;
}

#logo-link p {
	display: inline;
	margin-right: 10px;
}

/*====　画像スタイル　====*/
.img-left {
	float: left;
	margin: 0px 30px 20px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 20px 30px;
}

/*====　テキストスタイル　====*/
.top-10px {
	margin-top: 10px;
}

.top-20px {
	margin-top: 20px;
}
.bottom-10px {
	margin-bottom:10px;
}

.text-small {
	font-size:90%;
}

.link-text {
	background-image: url(../img/common/com_ico_link.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
}

.text-point {
	color: #CC0000;
}

.text-navy {
	color: #4B81A6;
	font-weight: bold;
}

.text-green {
	color: #51913B;
	font-weight: bold;
}

.text-red {
	color: #C22048;
	font-weight: bold;
}

.text-red-thin {
	color: #C22048;
}


.text-blue {
	color: #285FF0;
	font-weight: bold;
}

.text-pink {
	color: #E4748D;
	font-weight: bold;
}

/*　プリント用フッター対応　*/
#print-footter {
	display: none;
}


/*--入力フォーム--*/

.form-bt-box{
	margin:20px 0px 40px 5px;
	text-align:center;
	width:380px;
	}
	
.form-bt-box-buken{
	margin:20px 0px 40px 0px;
	text-align:center;
	width:525px;
	}
	
.form-bt-box-price{
		margin:20px 0px 40px 0px;
	text-align:center;
	width:525px;
	}

.form-btn{
	/*--IE6--*/
	display:inline;
		}
		
.form-w textarea{
	width:350px;
	}

.form-w input{
	width:350px;
	}
	
/* ---------------------------

Float Clearing

--------------------------- */
.clearFix { zoom: 1; }/* for IE 5.5-7 \*/
.clearFix:after {
 content: ".";  
 display: block;  
 visibility: hidden;  
 height: 0.1px;  
 font-size: 0.1em;  
 line-height: 0;  
 clear: both;  
	}