@charset "UTF-8";

/*========================================
  KH Default Style Sheet
  Since: 2009-4-10
  Editor: Hearts Creative Kazoo
=========================================*/

/*----------------------------------------
   [ body default ]
-----------------------------------------*/

body {
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: lighter;
	background-image: url(../image/common/bg_craft_gray.gif);
	background-repeat: repeat;
	margin: 0px;
	background-attachment: fixed;
}

*:first-child+html body,dd,dt {
    font-family: 'メイリオ', 'Meiryo',; /* WinIE7 */
}

h1,h2,h3,h4,h5,h6,p,ul,li,ol,img,div,dd,dt {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	border:none;
}

img, a img {
	border: 0;
	outline:none;
	margin: 0px;
	padding: 0px;
}

/*clearfix*/
.clearfix:after {
content: "."; 
display: block; 
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
  /*q~*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*IE6 PNGFIX*/
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}

a { color:#666666; text-decoration : none;}
a:link { color : #666666; text-decoration : none; }
a:visited { color: #666666; text-decoration : none; }
a:active { color: #666666; text-decoration : none; }
a:hover { color:#ef7a00; text-decoration : underline; }

/*----------------------------------------
   [ layout ]
-----------------------------------------*/

#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	position: relative;
}
 
#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents {
	width:985px;
	padding-right: 10px;
	padding-left: 25px;
	background-image: url(../image/common/contents_bg.png);
	background-repeat: repeat-y;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/*----------------------------------------
   [ header ]
-----------------------------------------*/

#header {
	width:980px;
	height:50px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../image/common/header_bg.png);
	background-repeat: no-repeat;
	float: left;
}

.header_logo {
	float: left;
	display: block;
	margin-top: 8px;
}

#support {
	height: 21px;
	float: right;
	margin-top: 15px;
	width: 210px;
	margin-right: 10px;
}

#support a {
	height: 21px;
	width: 210px;
	display: block;
	overflow: hidden;
}


/*----------------------------------------
   [ search ]
-----------------------------------------*/

#search {
	display: block;
	height: 20px;
	width: 227px;
	float: right;
	clear: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search dl {
	margin: 0px;
	padding: 0px;
}

#search dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#searchform1 {
	width: 227px;
}

#keywords1 {
	width: 191px;
	height: 21px;
	background: url(../image/common/search_box.gif) no-repeat;
	border: none;
	padding-left: 5px;
	color: #444;
	float: left;
}

#searchBtn1	{
	padding: 0px;
	margin: 0px;
	float: right;
}

/*----------------------------------------
   [ breadcrumb ]
-----------------------------------------*/

#breadcrumb {
	width:610px;
	display: block;
	float: left;
	margin-bottom: 10px;
	height: auto;
}

.breadcrumb li {
     float:left;
	 list-style:none;
	 margin-bottom:5px;
}

.breadcrumb li p {
	font-size:11px;
	color:#666666;
	padding-top:3px;
	padding-left:5px;
	padding-right:15px;
	background-repeat:no-repeat;
	background-position:right;
	line-height: 1.2em;
}

.breadcrumb li a {
	 color:#999999;
}

.breadcrumb li p.arrow {
	background-image:url(../image/common/breadcrumb.gif);
}

/*----------------------------------------
   [ main navi ]
-----------------------------------------*/

#menu {
	width:150px;
	display: block;
	background-image: url(../image/common/main_menu_bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#menu_wrapper {
	float: left;
	width: 144px;
	padding-left: 6px;
	background-image: url(../image/common/main_menu_bg.gif);
	background-repeat: repeat-y;
}

.menutop {
	display: block;
	margin: 0px;
	padding: 0px;
}

.menubtm {
    display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*------------menu_main------------*/

#main_menu {
	width:138px;
	float: left;
}

.contents_title {
	margin-bottom: 10px;
}

.dropdown {
	display: block;
	position: relative;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 74px;
	width: 138px;
}

.dropdown dt {
	height: 74px;
	width: 138px;
	margin: 0px;
	padding: 0px;
}

.dropdown dd {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 180px;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	display: none;
}

.dropdown ul {
	border: 1px solid #C65C02;
}

.dropdown li {
	display: inline;
	font-size: 11px;
	line-height: 1.5em;
}
.dropdown ul li a, .dropdown ul li a:active, .dropdown ul li a:visited, .dropdown ul li a:link {
	display:block;
	padding:5px;
	text-decoration:none;
	/*width:150px;*/
	background-color: #FCCE74;
	color: #D27B25;
}
.dropdown ul li a:hover {
	background-color: #F27B16;
	color: #844700;
}
.dropdown .underline {
	border-bottom-width: 1px;
	border-bottom-color: #C65C02;
	border-bottom-style: solid;
}

/*------------menu_blog------------*/

#bloglist {
	width:130px;
	margin-top: 8px;
	float: left;
	padding-left: 4px;
}

.blogmenutitle {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#bloglist ul {
	float: left;
}

#bloglist li {
	display: block;
	height: 76px;
	width: 130px;
	margin-top: 5px;
	float: left;
}

#bloglist a {
	width:130px;
	height:76px;
	display: block;
}

/*----------------------------------------
   [ left_banner ]
-----------------------------------------*/

#left_banner {
	display: block;
	float: left;
	width: 150px;
	margin-top: 15px;
}


#left_banner a img {
	margin-bottom: 10px;
}


/*----------------------------------------
   [ text ]
-----------------------------------------*/

.small_12 {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
	font-weight: normal;
}

.small_14 {
	font-size: 14px;
	color: #666666;
	line-height: 17px;
}

.mid_16 {
	font-size: 16px;
	color: #666666;
	line-height: 18px;
}

/*----------------------------------------
   [ catalog_request ]
-----------------------------------------*/

.catalog_request {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 13px;
	padding-top: 10px;
}

/*----------------------------------------
   [ network banner ]
-----------------------------------------*/

#network {
	width: 180px;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
}

#network_banner {
	float: left;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../image/common/right_colum_bg.gif);
	background-repeat: repeat-y;
}

.right_colum_title {
	margin-bottom: 10px;
}

.bg_top {
	display: block;
	height: 7px;
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

.bg_btm {
	display: block;
	height: 7px;
	width: 180px;
	float: left;
	margin-bottom: 5px;
}

#network_banner ul li {
	float: left;
	width: 170px;
}

#network_banner a {
	display: block;
	height: 90px;
	width: 170px;
}

.banner {
	display: block;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
}

/*----------------------------------------
   [ corporate ]
-----------------------------------------*/

#corporate_cap {
	float: left;
	width: 1020px;
	background-image: url(../image/common/contents_bg.png);
	display: block;
	padding-bottom: 10px;
}

.corporate_cap_exp {
	float: left;
	width: 1020px;
	font-size: 11px;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	letter-spacing: 0.1em;
	display: block;
	height: 120px;
	background-image: url(../image/common/footer_catch_bg.jpg);
	background-repeat: no-repeat;
	background-position: 25px;
}

.footer_catch {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.corporate_cap_exp strong {
	display: block;
	margin-top: 10px;
}

/*----------------------------------------
   [ footer ]
-----------------------------------------*/

#footer {
	width:985px;
	height:40px;
	display: block;
	background-image: url(../image/common/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 25px;
	float: left;
	margin: 0px;
}

.ft_logo {
	width:27px;
	height:30px;
	float:left;
	display:block;
}

#footer_navi li {
	float:left;
	list-style:none;
	margin-top: 5px;
	font-size: 11px;
	color: #999999;
}

#footer_navi {
	display: block;
	float: left;
	height: 20px;
	width: 935px;
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F27B16;
}

.copyright {
	float: right;
	font-size: 10px;
	color: #999999;
	letter-spacing: 0.1em;
	margin-top: 5px;
	text-align: right;
	display: block;
}

#go_top {
	float: left;
	height: 12px;
	width: 1000px;
	background-image: url(../image/common/contents_bg.png);
	padding-right: 10px;
	padding-left: 10px;
}

#go_top img {
	float: right;
	margin-right: 15px;
}

