body {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
	color:#666;
	font-weight:normal;
	font-size:75%;
	line-height:160%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0; padding: 0;
	}
h1,h2,h3,h4,h5,h6{ font-weight:normal; font-size:100%;}

table {/* IE6用 */
	font-size:100%; line-height:150%;
}

table td { vertical-align:top;}

a,a:link,a:active,a:visited { color:#000; text-decoration:none;}
a:hover {color:#666666; }
a { outline: none; }
* { margin:0px; padding:0px;}
dl, ul, ol {list-style:none;}

img{ border:0px; vertical-align:top; }

/* 回り込み解除 */
/* -------------------------------------------------------- */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix {
	display: inline-table;
	min-height:1%;  /* for IE 7*/
}  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/*utility*/

.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m70 { margin-bottom:70px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml12 { margin-left:12px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml30 { margin-left:30px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr12 { margin-right:12px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr30 { margin-right:30px;}

.mt5 { margin-top:5px;}
.mt10 { margin-top:10px;}
.mt12 { margin-top:12px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}

.ma10 {margin:0 10px;}
.m_lb {margin:0 10px 30px 10px;}
.m_lb2 {margin:0 10px 10px 10px;}

.pb img{ border:#CCC 1px solid;}

.pt5 { padding-top:5px;}
.pb5 { padding-bottom:5px;}
.pt10 { padding-top:10px;}
.pb10 { padding-bottom:10px;}
.pt15 { padding-top:15px;}
.pb15 { padding-bottom:15px;}
.pt20 { padding-top:20px;}
.pb20 { padding-bottom:20px;}
.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}

.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}

.valign_t{ vertical-align:top;}
.valign_m{ vertical-align:middle;}
.valign_b{ vertical-align:bottom;}

.red{ color:#C00; font-weight:normal;}

.clear{
	clear:both;
}

#cms-menu{
	z-index:10;}
	

#wrapper{
	width:100%;
}

#header{
	width:100%;
	height:105px;
	padding-top:15px;
}

#header_inner {
	width: 980px;
	margin:0 auto;
	position:relative;
}
#header_inner .g_link01,
#header_inner .g_link02,
#header_inner .g_link03,
#header_inner .g_link04 {
	position:absolute;
	top:57px;
	font-size:11px;
}
#header_inner .g_link01 { left:275px; }
#header_inner .g_link02 { left:357px; }
#header_inner .g_link03 { left:448px; }
#header_inner .g_link04 { left:560px; }

#logo{
	width:125px;
	height: 25px;
	top:0;
	left:0;
}

#hnav{
	position:absolute;
	top:5px;
	right:150px;
}

#hnav li{
	float:left;
	margin-right:15px;
}

#hnav li.mrnone{
	margin-right:0;
}

#serch{
	position:absolute;
	top:3px;
	right:0;
	width:190px;
}

input.textBox {
width: 130px; /* ボックスの幅 */
height: 18px; /* ボックスの高さ */
padding-left: 0.3em; /* 左パディング */
padding-top: 1px; /* 上パディング */
background: #ffffff no-repeat left top; /* ボックスの背景 */
border: solid 1px #CCC; /* 境界線 */
color: #666; /* 文字色 */
line-height:130%;
}

textarea.textBox {
width: 400px; /* ボックスの幅 */
height: 150px; /* ボックスの高さ */
padding-left: 0.3em; /* 左パディング */
padding-top: 1px; /* 上パディング */
background: #ffffff no-repeat left top; /* ボックスの背景 */
border: solid 1px #CCC; /* 境界線 */
color: #666; /* 文字色 */
}

.ie_img {
float:left;
width:22px;
height:17px;
padding-left:5px;
margin:0;}

*html input.textBox{
height:19px;
border-right:solid 1px #DFDFDF;
}

input#agree{
width: 30px; /* ボックスの幅 */
height: 16px; /* ボックスの高さ */
}


#contents{
	width:980px;
	margin:0 auto 50px auto;
}

#contents_left {
	float: left;
	width: 620px;
}

#contents_right {
	float: right;
	width: 330px;
}

body#common #contents_left {
	float: left;
	width: 670px;
}

body#common #contents_right {
	float: right;
	width: 280px;
}

#pagetop{
	width:980px;
	margin:0 auto;
	height:105px;
	position:relative;
	background:url(bg_foot.jpg) no-repeat;
}

#pagetop p{
	position:absolute;
	bottom:0;
	right:0;
}

#footer{
	background-color:#1a48a4;
	background-image:url(bg_footer.gif);
	background-position:center top;
	background-repeat:repeat-x;
	padding-top:25px;
	width:100%;
	min-width:980px;
	height:170px;
}

#footer_inner{
	width:980px;
	margin:0 auto;
	position:relative;
}

#footer_inner ul{
	position:absolute;
	left:0;
	top:85px;
}

#footer_inner ul li{
	float:left;
	margin-right:25px;
}

#footer_inner ul li a{
	color:#FFF;
}
#footer .copy {
	position:absolute;
	top:110px;
	left:0;
	color:#FFF;
	font-style:italic;
}

#foot_logo{
	position:absolute;
	right:0;
	top:55px;
}

#footer address{
	position:absolute;
	top:55px;
	right:130px;
	font-style:normal;
	color:#FFF;
}

/*locator*/
#locator {
	width:980px;
	margin:0 auto;
    font-size: 90%;
    line-height: 30px;
	text-align:right;
}

/* ニューストピック */
#newstopics {
	width: 280px;
}
#newstopics h3 {
	margin-bottom: 10px;
}
#newstopics ul {
	margin-bottom: 10px;
	border-bottom: 1px dotted #e5e5e5;
}
#newstopics li {
	padding-bottom: 5px;
}
#newstopics .date {
	font-weight: bold;
}

/*simtemap*/

.sitemap {
	margin-left:0px;
}
.sitemap ul{
    padding: 0 0 15px 0;
}
.sitemap li{
    margin-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.sitemap li a{
    color: #000000;
	background:url(arr01.gif) no-repeat 0 center;
	padding-left:15px;
	font-size:12px;
}
.sitemap li a:hover{
	text-decoration:underline;
}
.sitemap li ul li{
    border: medium none;
    padding-bottom: 0;
    vertical-align: middle;
    margin-left: 20px;
}
.sitemap li ul li a{
    color: #666;
	background:url(arr02.gif) no-repeat 0 center;
	padding-left:13px;
	font-size:10px;
}
.sitemap li ul li a:hover{
	text-decoration:underline;
}
.sitemap ul ul{
	padding:0 0 15px 10px;
}


/*global*/

.subtitle02 {
	background:url(subtitle02.gif) no-repeat top left;
	line-height:80px;
	font-weight:bold;
	font-size:130%;
	margin-bottom:30px;
	text-indent:25px;
	color:#000;
}

.subtitle02_domain,.subtitle02_inquiry,.subtitle02_corporate,.subtitle02_printing,
.subtitle02_printworks,.subtitle02_novelty,.subtitle02_sample,.subtitle02_web,
.subtitle02_works,.subtitle02_csr,.subtitle02_planning,.subtitle02_privacy{
	height:55px;
	padding-top:25px;
	text-indent:20px;
	font-weight:bold;
	font-size:150%;
	margin-bottom:30px;
	color:#000;
}
.subtitle02_domain{ background:url(subtitle02_domain.gif) no-repeat top left;}
.subtitle02_inquiry{ background:url(subtitle02_inquiry.gif) no-repeat top left;}
.subtitle02_corporate{ background:url(subtitle02_corporate.gif) no-repeat top left;}
.subtitle02_printing{ background:url(subtitle02_printing.gif) no-repeat top left;}
.subtitle02_printworks{ background:url(subtitle02_printworks.gif) no-repeat top left;}
.subtitle02_novelty{ background:url(subtitle02_novelty.gif) no-repeat top left;}
.subtitle02_sample{ background:url(subtitle02_sample.gif) no-repeat top left;}
.subtitle02_web{ background:url(subtitle02_web.gif) no-repeat top left;}
.subtitle02_works{ background:url(subtitle02_works.gif) no-repeat top left;}
.subtitle02_csr{ background:url(subtitle02_csr.gif) no-repeat top left;}
.subtitle02_planning{ background:url(subtitle02_planning.gif) no-repeat top left;}
.subtitle02_privacy{ background:url(subtitle02_privacy.gif) no-repeat top left;}
.subtitle02_banner{ background:url(subtitle02_banner.gif) no-repeat top left;}

.subtitle03 {
	background:url(subtitle03.png) no-repeat top left;
	padding:15px 0;
	text-indent:0px;
	font-weight:bold;
	font-size:110%;
	margin-bottom:5px;
	color:#000;
}

.subtitle04 {
	border-left:3px solid #000000;
	line-height:25px;
	font-weight:bold;
	font-size:120%;
	padding-left:10px;
	color:#000;
}

.subtitle05 {
	font-size:110%;
	line-height:120%;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}


/*top_main_bgSwitcher*/
/*------------------------------------------------------------------------------*/

#mainimage_area {
	background:url(../images/mainimage.jpg) #1B48A5 no-repeat center top;
	min-width:980px;
	margin-bottom:30px;
	width:100%;
	height:300px;
	position:relative;
}
#mainimage_area div {
	text-align:center;
	background:url(../images/bg_news.png) repeat-x;
	position:absolute;
	bottom:0;
	width:100%;
	min-width:980px;
	padding:15px 0;
}
#mainimage_area div .inner {
	width:930px;
	margin:0 auto;
	text-align:right;
	padding-right:50px;
}


/*top_contents*/
/*------------------------------------------------------------------------------*/

#mycarousel{
	height:122px;
	overflow:hidden;
}

#service_box{
	width:580px;
	padding:18px;
	border:#666 1px dotted;
	margin-bottom:40px;
}

.subtitle03_top_l{
	background:url(subtitle03_top_l.png) no-repeat top left;
	padding:15px 0;
	margin-bottom:5px;
}

.subtitle03_top_m{
	background:url(subtitle03_top_m.png) no-repeat top left;
	padding:15px 0;
	border-bottom:#CCC 1px solid;
	margin-bottom:5px;
}


.subtitle03_top_faq{
	background:url(top_side_faq.jpg) no-repeat top left;
	padding:15px 0;
	border-bottom:#CCC 1px solid;
	margin-bottom:5px;
}

.subtitle03_top_s{
	background:url(subtitle03_top_s.png) no-repeat top left;
	padding:15px 0;
	margin-bottom:5px;
}

.top_title_area{
	background:url(subtitle03_top_l.png) no-repeat top left;
	padding-top:15px;
	height:30px;
}

.top_title_area h2{
	float:left;
}

.top_title_area p{
	float:right;
}

#language {
	position:absolute;
	top:0;
	right:10px;
}
#language li {
	list-style:none;
	float:left;
	margin-left:20px;
	text-align:center;
}
#language li img {
	margin-bottom:5px;
}

#service_box table, #products table {
	margin-top:10px;
	width:100%;
	border:1px solid #ccc;
}

#service_box table th, #products table th {
	text-align:right;
}
#service_box table th, #service_box table td,
#products table th, #products table td {
	padding:10px 5px;
}
#service_box .logo, #products .logo {
	text-align:center;
	margin-top:20px;
}

#breadcrumb {
	padding-bottom:10px;
	text-align:right;
	font-weight:bold;
}
#breadcrumb a, #breadcrumb span {
	font-weight:normal;
}

.subtitle01 {
	height: 55px;
	padding-top: 25px;
	text-indent: 20px;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 30px;
	color: #000;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:3px solid #000;
}
.subtitle01 h2 { font-weight:bold; }

h3.title01 {
	border-left: 3px solid #000000;
	line-height: 25px;
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
	color: #000;
	margin-bottom:10px;
	margin-top:20px;
}

table.company {
	width:100%;
	border-collapse:collapse;
}
table.company th, table.company td {
	border:1px solid #ccc;
	padding:5px;
	vertical-align:middle;
}
table.company th {
	background:#fafafa;
	width:25%;
}

.font18 {
	font-size:18px;
}

input[type="checkbox"] {
	vertical-align:middle;
	margin-right:5px;
}

table.inquiry {
	width:100%;
	border-collapse:collapse;
	margin-top:15px;
}
table.inquiry td, table.inquiry th {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
table.inquiry th {
	text-align:left;
	font-weight:normal;
	width:30%;
}

table.inquiry .form1 {
	width:40%;
	padding:3px;
}
table.inquiry .form2 {
	width:90%;
	padding:3px;
}
.form3 {
	padding:5px 20px;
	cursor:pointer;
}

ul.privacy {
	margin-left:20px;
	list-style:disc;
}

.mb15 { margin-bottom:15px; }

#globalnav {
	font-weight: bold;
}