@charset "utf-8";

/* -------------------------------------------------------
	[info]
	name : common.css
	desc : 共通CSS
	
	01. Base
	02. Header
	03. Global Navi
	04. Main Contents  (style.css)
	05. Footer
-------------------------------------------------------- */


/*--------------------------------------------------
	01. Base
--------------------------------------------------*/


/* Universal Reset
--------------------------------------------------*/

html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,pre,blockquote,address,caption,th,td {
	margin:0;
	padding:0;
	line-height:1.5em;
	letter-spacing:0;
	font-size:100%;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	color:#333;
}

body {
	font-family:Meiryo,"メイリオ",Verdana,Arial,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size:75%;
	line-height:1.3em;
	letter-spacing:0.1em;
}
p {
	text-justify:inter-ideograph;
}
img {
	border:0; vertical-align:bottom;
}

ul li {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	font-size:inherit;
	font:100%;
}
select option {
	padding:0 5px;
}
form label {
	cursor:pointer;
}
hr,legend,caption {
	display: none;
}
fieldset {
	border:0;
}




	
/* リンクテキスト */
a:link {
	color: #0000c1;
	text-decoration: none;
}
a:visited {
	color: #0000c1;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #52a7d1;
	text-decoration: none;
}
.pdf {
	padding-right:16px;
	background:url(./img/pdf.gif) no-repeat right center;
}



/*paragraph*/
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mr10 {margin-right:10px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb13 {margin-bottom:13px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb60 {margin-bottom:60px;}
.pt10 {padding-top:10px;}
.pt40 {padding-top:40px;}
.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}

.w30 {width:30px;}

.bold {font-weight:bold;}

.fs11 {font-size:93.4%;}
.fc_black {color:#333;}

.center{text-align: center;}

.must {
	padding-left:5px;
	color:#ff7400;
	font-size:90%;
}

.bold_st {
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
	color:#333;
}
.leftLine_st {
	height:35px;
	margin-bottom:10px;
	padding-left:13px;
	border-left:7px solid #000064;
	line-height:37px;
	font-size:140%;
	font-weight:bold;
	color:#333;
	letter-spacing:0.23em;
}




#wrapper {
	margin:8px auto 0;
	width:850px;
}
/*--------------------------------------------------
	02. header
--------------------------------------------------*/
#header {
	margin-bottom:5px;
}

#header h1#logo {
	width:320px;
	float:left;
}

#header ul#list {
	float:right;
}

#header ul#list li {
	float:left;
}

.breadcrumb {
	margin-bottom:7px;
}

/*--------------------------------------------------
	03. global menu
--------------------------------------------------*/
#nav{
	width:850px;
	margin:0 auto 5px;
}
	
#nav ul{ 
	height:33px;
}
	
#nav li{
	height:33px;
	float:left;
	text-indent:-99999px;
	overflow:hidden;
}
	
#nav li a{
	text-decoration:none;
	height:33px;
	display:block;
}

#nav li.n01{
	background:url(./img/nav.gif) no-repeat 0px -65px;
	width:170px;
}

#nav li.n01 a:hover{
	background:url(./img/nav.gif) no-repeat 0px -32px;
}
	
#nav li#n01_here,
#nav li#n01_here a:hover {
	background:url(./img/nav.gif) no-repeat 0px 1px;
	width:170px;
}

#nav li.n02{
	background:url(./img/nav.gif) no-repeat -170px -65px;
	width:170px;
}

#nav li.n02 a:hover{
	background:url(./img/nav.gif) no-repeat -170px -32px;
}
	
#nav li#n02_here,
#nav li#n02_here a:hover {
	background:url(./img/nav.gif) no-repeat -170px 1px;
	width:170px;
}
	
#nav li.n03{
	background:url(./img/nav.gif) no-repeat -340px -65px;
	width:170px;
}

#nav li.n03 a:hover{
	background:url(./img/nav.gif) no-repeat -340px -32px;
}
	
#nav li#n03_here,
#nav li#n03_here a:hover {
	background:url(./img/nav.gif) no-repeat -340px 1px;
	width:170px;
}

#nav li.n04{
	background:url(./img/nav.gif) no-repeat -510px -65px;
	width:170px;
}

#nav li.n04 a:hover{
	background:url(./img/nav.gif) no-repeat -510px -32px;
}
	
#nav li#n04_here,
#nav li#n04_here a:hover {
	background:url(./img/nav.gif) no-repeat -510px 1px;
	width:170px;
}

#nav li.n05{
	background:url(./img/nav.gif) no-repeat -680px -65px;
	width:170px;
}

#nav li.n05 a:hover{
	background:url(./img/nav.gif) no-repeat -680px -32px;
}
	
#nav li#n05_here,
#nav li#n05_here a:hover {
	background:url(../img/nav.gif) no-repeat -680px 1px;
	width:170px;
}



/*--------------------------------------------------
	03. Main Contents
--------------------------------------------------*/


/*    indentLeft
---------------------------*/
.indentLeft p {margin-right:20px;margin-left:20px;}
.indentLeft ul {margin-left:40px;}
.indentLeft ol {margin-left:20px;}
.indentLeft p.retouch_Limg,
.indentLeft p.retouch_Rimg,
.indentLeft p.retouch_One {margin-right:0;margin-left:0;}


/*--------------------------------------------------
	04. sidebar
--------------------------------------------------*/
#sidebar {
	width:200px;
	float:left;
	padding-right:15px;
}

#sidebar .nav_left {
	background:url(./img/nav_bg.gif) repeat-y;
}




.nav_tit01{
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(./img/nav_tit01.gif) no-repeat 0px -60px;
}
.nav_tit01 a{
	width:200xp;
	height:30px;
	display:block;
}
.nav_tit01 a:hover{background:url(./img/nav_tit01.gif) no-repeat 0px -30px;}
#nav_tit01_here,
#nav_tit01_here a:hover{
	background:url(./img/nav_tit01.gif) no-repeat 0px 0px;
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
}

.nav_tit02{
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(./img/nav_tit02.gif) no-repeat 0px -60px;
}
.nav_tit02 a{
	width:200xp;
	height:30px;
	display:block;
}
.nav_tit02 a:hover{background:url(./img/nav_tit02.gif) no-repeat 0px -30px;}
#nav_tit02_here,
#nav_tit02_here a:hover{
	background:url(./img/nav_tit02.gif) no-repeat 0px 0px;
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
}





#sidebar .nav_left .nav_l_01 li a{
	display: block; 
	width:188px;
	color:#333;
	margin:0 auto;
	padding:3px 0 3px 10px;
}

#sidebar .nav_left .nav_l_01 li a:hover{
	color:#fff;
	background:#4060a9;
	padding:3px 0 3px 10px;
}

#sidebar .nav_left .nav_l_02 li a{
	display: block; 
	width:188px;
	color:#333;
	margin:0 auto;
	padding:3px 0 3px 10px;
}

#sidebar .nav_left .nav_l_02 li a:hover{
	color:#fff;
	background:#4060a9;
	padding:3px 0 3px 10px;
}

#sidebar .navtit_bg {
	background:#d9d9e8;
	width:198px;
	margin:5px auto 0;
}

#sidebar dl.btm_bg {
	background:url(./img/nav_bg_btm.gif) no-repeat left bottom;
	padding-bottom:8px;
}



/*--- ハイライトメニュー ---*/
#sidebar .nav_left .nav_l_01 #here a,
#sidebar .nav_left .nav_l_02 #here a {
	background:#fe0000;
	color:#fff;
	font-weight:bold;
}





/*--- 会社概要 ---*/
#btn_company{
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(./img/nav_company.gif) no-repeat 0px -60px;
}

#btn_company a{
	width:200px;
	height:30px;
	display:block;
}

#btn_company a:hover{
	background:url(./img/nav_company.gif) no-repeat 0px -30px;
}
	
#btn_company_here{
	background:url(./img/nav_company.gif) no-repeat 0px 0px;
	width:200px;
	height:30px;
	text-indent:-99999px
}

/*--- お問い合わせ・資料請求 ---*/
#btn_fq{
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(./img/nav_siryou.gif) no-repeat 0px -60px;
}
	
#btn_fq a{
	width:200xp;
	height:30px;
	display:block;
}

#btn_fq a:hover{
	background:url(./img/nav_siryou.gif) no-repeat 0px -30px;
}
	
#btn_fq_here{
	background:url(./img/nav_siryou.gif) no-repeat 0px 0px;
	width:200px;
	height:30px;
	text-indent:-99999px;
	overflow:hidden;
}






#bnr_l_01 a:hover {background-color:#fff;}
#bnr_l_01 a:hover img {visibility:hidden;}
#bnr_l_01 a {
	width:200px;
	height:120px;
	display:block;
	background:url(../../uploads/bnr_l_01_o.gif) no-repeat;
}
#bnr_l_02 a:hover {background-color:#fff;}
#bnr_l_02 a:hover img {visibility:hidden;}
#bnr_l_02 a {
	width:200px;
	height:90px;
	display:block;
	background:url(../../uploads/bnr_l_02_o.gif) no-repeat;
}
#bnr_l_03 a:hover {background-color:#fff;}
#bnr_l_03 a:hover img {visibility:hidden;}
#bnr_l_03 a {
	width:200px;
	height:90px;
	display:block;
	background:url(../../uploads/bnr_l_03_o.gif) no-repeat;
}





/*---photoshop book : hover---*/
#bnr_l_04 a:hover {background-color:#fff;}
#bnr_l_04 a:hover img {visibility:hidden;}
#bnr_l_04 a {
	width:200px;
	height:280px;
	display:block;
	background:url(../../uploads/bnr_l_04_o.gif) no-repeat;
}

/*--- 住所 ---*/
address {
	font-size:93.4%;
	font-style:normal;
	padding:5px;
	width:190px;
	background:url(./img/adress_bg.gif) repeat;
}





/*--------------------------------------------------
	05. Footer
--------------------------------------------------*/
#footer {
	text-align:center;
}

#footer ul li {
	display:inline;
}

#footer #copyright {
	margin:8px 0 5px 0;
	padding-top:5px;
	border-top:3px solid #000163;
}
	
/*--------------------------------------------------
	404 error
--------------------------------------------------*/
#error {
	text-align:center;
	font-size:120%;
}

#error #eMessage {
	margin:0 auto 30px;
	padding:30px 20px;
	background:#fffeeb;
	border:1px solid #f1f1f1;
}


/*--------------------------------------------------
	clearfix
--------------------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix{height:1%;}

*:first-child+html .clearfix {
	display: inline-block;
}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/