@charset "UTF-8";

/* CSS リセット ここから */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0; }

/* CSS リセット ここまで */

/* ---- CSSハック ここから---- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

body{ /* 表示部全体 */
	background: #ffffff;/* 背景 */
	margin:auto;
}

#wrapper{ /* コンテンツ全体コンテナ */
	background: #eeeeee;
	margin:auto;
	width: 800px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 16px; /*行間隔*/
	text-align: left;
}

/* ---- CSSハック ここから---- */
#wrapper:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#wrapper { display: inline-block; }
/* exlude MacIE5 \*/
* html #wrapper { height: 1% }
#wrapper {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

/* ---- ヘッダ ここから ---- */

#header{
	padding: 5px 0px 5px 5px;
	background: #ffffff;
	color: #000066;
}

/* ---- CSSハック ここから---- */
#header:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#header { display: inline-block; }
/* exlude MacIE5 \*/
* html #header { height: 1% }
#header {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#header h1{
	height: 16px;
	border-bottom: 1px solid #000066;
}

#header #logo{
	float:left;
	margin: 5px;
	width: 400px;
}

#header #head_info{
	float:right;
	margin: 5px;
	width:300px;
}

#header #head_info p{
	text-align:right;
}

#header #head_info #topmenu_bar{
	;
}

#header #head_info #topmenu_bar a{
	display:block;
	margin: 5px;
	padding-left: 20px;
	background-image: url(images/aicon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 16px;
	float:right;
}

#header #head_info #topmenu_bar a{
	color: #07229f;
	font-weight: 700;
}

#header #head_info #topmenu_bar a:link{
	color:#07229f;
}

#header #head_info #topmenu_bar a:visited{
	color:#07229f;
}

#header #head_info #topmenu_bar a:hover{
	color:#ff8000;
}

#header #head_info #topmenu_bar a:active{
	color:#ff8000;
}

#header #head_info #top_banner{
	clear: both;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

/* ---- ヘッダ ここまで ---- */

.hrbox{
	margin: 0px  0px 10px 0px;
	clear:both;
	height: 4px;
	background-color: #000066;
}

.hrbox_inline{
	margin: 15px 10px;
	height: 2px;
	background-color: #cccccc;
}

/* ---- 左サイドメニュー ここから ---- */

#leftmenu{
	margin:0px 0px 5px 0px;
	width: 200px;
	float:left;
}

.mainmenu_ttl{
	margin-top: 10px;
	height: 35px;
}

h2{
	padding-left: 15px;
	line-height: 25px;
}

/* ---- 左サイドメニュー ここまで ---- */


/* ---- メインコンテンツ ここから ---- */

#contents{
	margin:0px 0px 5px 0px;
	width: 600px;
	float:right;
}

/* ---- CSSハック ここから---- */
#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#contents .topics_box{
	margin: 0px 10px 10px 0px;
	padding: 15px 5px;
	background-color: #ffffff;
	border: 1px solid #000066;
}

/* ---- CSSハック ここから---- */
#contents .topics_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents .topics_box { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents .topics_box { height: 1% }
#contents .topics_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


#contents #pankuzu{
	padding: 10px 10px 10px 0px;
}

h3{
	margin: 10px 10px 0px 0px;
	padding: 5px 15px;
	font-weight:700;
	background-image: url(images/topics_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	line-height: 20px;
}

h3 span{
	color: #ff8000;
	font-weight:800;
	letter-spacing: 4px;
}

.topics_box p{
	padding: 10px;
}

.topics_box .sp{
	padding: 10px 20px 0px 20px;
	text-indent: 10px; /*段落のインデント*/
}

.topics_box dl{
	padding: 10px;
}

.topics_box dl dt{
	padding: 5px;
	color:#666666;
}

.topics_box dl dd{
	padding: 5px;
	border-bottom: 1px dashed #cccccc;
}

.topics_box form{
	padding: 10px;
}

strong{
	font-weight:800;
	color:#ff8000;
}

.small_ttl{
	clear: both;
	margin: 10px;
	font-color: #222222;
	font-weight: 700;
}

.small_ttl span{
	font-color: #ff8000;
}

#pagetop{
	margin: 10px 5px;
	padding-left: 20px;
	width: 140px;
	float: right;
	background-image: url(images/aicon03.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ---- メインコンテンツ ここまで ---- */


/* ---- トレース結果表示 ここから ---- */

.topics_box p.err_msg{
	color: #FF0000;
	font-weight: 700;
}

.topics_box #trace_tbl{
	margin: 10px;
	width: 558px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

.topics_box #trace_tbl tr th{
	padding: 5px;
	width: 120px;
	font-weight:700;
	text-align: center;
	background-color:#eeeeee;
	border-bottom: 1px dashed #cccccc;
}

.topics_box #trace_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px dashed #cccccc;
}

.topics_box #trace_tbl tr td .dlintbl{
	
}

.topics_box #trace_tbl tr td .dlintbl dt{
	font-weight: 700;
}

.topics_box #trace_tbl tr td .dlintbl dd{
	margin-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}

.topics_box #trace_tbl tr td .dlintbl dd p{
	padding: 5px;
}

/* ---- トレース結果表示 ここまで ---- */

/* ---- レシピ ここから ---- */

.recipe_box{
	margin:20px 10px;
	padding: 10px;
	clear:both;
	border:2px groove #cccccc;
}

/* ---- CSSハック ここから---- */
.recipe_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.recipe_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .recipe_box { height: 1% }
.recipe_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

#recepi_list{
	margin: 10px;
}

#recepi_list li{
	padding: 5px;
}

.recipe_box .recipe_ttl{
	margin:0px 0px 10px 0px;
	padding-left: 25px;
	line-height: 30px;
	font-size: 14px;
	color: #ff8000;
	font-weight:700;
	border-bottom: 2px dashed #cccccc;
	background-image: url(images/aicon04.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.recipe_box .recipe_img{
	float: left;
	width: 200px;
}

.recipe_box .howto_recipe{
	float:right;
	width:316px;
}

.recipe_box .howto_recipe .howto_ttl{
	line-height: 20px;
	color: #333333;
	font-size:13px;
	font-weight:700;
}

.recipe_box .howto_recipe table{
	margin: 10px 20px 20px 20px;
}

.recipe_box .howto_recipe table td{
	padding: 5px;
}

.recipe_box .howto_recipe ol{
	margin: 10px 20px 10px 30px;
}

.recipe_box .howto_recipe ol li{
	list-style-type:decimal;
	padding:5px;
}

/* ---- レシピ ここまで ---- */

/* ---- 製品ご案内 ここから ---- */

#category_list{
	margin: 10px;
}

#category_list li{
	padding: 5px;
}

.category_box{
	margin: 10px;
}

/* ---- CSSハック ここから---- */
.category_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.category_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .category_box { height: 1% }
.category_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */


.category_box .category_ttl{
	margin: 10px 0px;
	line-height: 20px;
	border-bottom: 2px solid #000066;
	font-weight: 700;
	font-size: 14px;
	color: #000066;
}

.category_box .products{
	margin: 10px;
	float: left;
	width: 240px;
}

.category_box .products p{
	padding: 5px;
	width: 200px;
	text-align:center;
}

.category_box .products p a{
	text-decoration: none;
	font-weight: 700;
}

.category_box .products p a:link{
	color:#07229f;
}

.category_box .products p a:visited{
	color:#07229f;
}

.category_box .products p a:hover{
	color:#ff8000;
}

.category_box .products p a:active{
	color:#ff8000;
}

.tolist{
	clear:both;
}

/* ---- 製品ご案内 ここまで ---- */


/* ---- 製品詳細 ここから ---- */

#product_win{ /* コンテンツ全体コンテナ */
	margin: auto;
	background: #ffffff;
	width: 600px;
	color: #222222;   /* デフォルト文字色 */
	font-size: 12px;  /* デフォルト文字サイズ */
	font-family: Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 400;
	letter-spacing: 1pt; /*文字の間隔*/
	text-indent: 0pt; /*段落のインデント*/
	line-height: 16px; /*行間隔*/
	text-align: left;
}

/* ---- CSSハック ここから---- */
.product_win:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.product_win { display: inline-block; }
/* exlude MacIE5 \*/
* html .product_win { height: 1% }
.product_win {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.details_ttl{
	margin: 10px 0px;
	line-height: 20px;
	border-bottom: 2px solid #000066;
	font-weight: 700;
	font-size: 14px;
	color: #000066;
}

#product_ttl,#product_dt{
	margin: 10px;
	width: 578px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

#product_img{ /* table */
	margin: 5px;
	width: 590px;
	border-collapse:collapse;
}

#product_ttl tr th,#product_dt tr th{
	padding: 5px;
	width: 120px;
	font-weight:700;
	text-align: center;
	background-color:#eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#product_ttl tr td,#product_dt tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #cccccc;
}

#product_img tr th{
	padding: 5px 10px;
	width: 200px;
}

#product_img tr td{
	padding: 5px 10px;
	vertical-align:top;
}

#product_img tr td p{
	padding: 5px;
}

#product_img tr td p a{
	display: block;
	width: 90px;
	float: left;
	margin-right: 5px;
	border: 1px solid #cccccc;
}


#product_img tr td #catch_phrase{
	font-weight:700;
	color: #ff8000;
}

#product_dt tr td table{
	/*margin: 5px;*/
	/*border: 1px solid #cccccc;*/
	border-collapse:collapse;
}

#product_dt tr td table tr td{
	padding: 2px 20px 2px 0px;
	text-align:left;
	border-bottom: 0px;
}

#close{
	margin: 10px;
	float:right;
	width: 100px;
	padding-left: 20px;
	text-align:right;
}

p.btn_box{
	margin: 0px 10px;
	text-align: right;	
}

/* ---- 製品詳細 ここまで ---- */

/* ---- かきの特徴 ここから ---- */

.subtopics_box{
	margin:0px 10px 20px 10px;
	clear:both;
}

/* ---- CSSハック ここから---- */
.subtopics_box:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.subtopics_box { display: inline-block; }
/* exlude MacIE5 \*/
* html .subtopics_box { height: 1% }
.subtopics_box {display:block;}
/* end MacIE5 */
/* ---- CSSハック ここまで---- */

.subtopics_box .img_box{
	float: left;
	width: 200px;
}

.subtopics_box .explain_box{
	float: right;
	width: 340px;
}

.subtopics_box .explain_box p{
	margin: 0px 10px 10px 10px;
	padding:0px;
}

.subtopics_box .subtopics_ttl{
	margin: 5px 0px 10px 0px;
	line-height: 30px;
	color: #ff8000;
	font-weight: 700;
	font-size: 13px;
}

/* ---- かきの特徴 ここまで ---- */


/* ---- よくある質問 ここから ---- */

#title_q{
	padding: 5px;
}

#qlist{
	margin-left: 30px;
	padding: 5px;
}

#qlist li{
	padding:5px;
	list-style-type:decimal;
}

.qahead{
	margin: 30px 10px 10px 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
	background-image: url(images/aicon_q.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	color: #000066;
	font-weight: 700;
}

.abox{
	padding: 10px;
}


/* ---- よくある質問 ここまで ---- */

/* ---- 会社概要 ここから ---- */

.topics_box #aisatsu{
	margin: 10px;
}

.topics_box #aisatsu #bun{
	float: left;
	width: 380px;
}

.topics_box #aisatsu img{
	display: block;
	float: right;
	width: 160px;
}

.topics_box #cmpny_data{
	margin: 10px;
	width: 558px;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

.topics_box #cmpny_data tr th{
	padding: 5px;
	width: 120px;
	font-weight:700;
	text-align: center;
	background-color:#eeeeee;
	border-bottom: 1px solid #cccccc;
}

.topics_box #cmpny_data tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* ---- 会社概要 ここまで ---- */

/* ---- お問い合わせ ここまで ---- */

.topics_box #contact_tbl{
	margin: 10px;
	/*width: 558px;*/
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

.topics_box #contact_tbl #login_ttl{
	background-color:#000066;
	color:#FFFFFF;
	font-weight: 700;
}

.topics_box #contact_tbl tr th{
	padding: 5px;
	width: 120px;
	font-weight:700;
	text-align: center;
	background-color:#eeeeee;
	border-bottom: 1px solid #cccccc;
}

.topics_box #contact_tbl tr td{
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* ---- お問い合わせ ここまで ---- */

/* ---- サイトマップ ここまで ---- */

.topics_box .sitemap_box{
	margin: 0px 10px 30px 10px;
}

.topics_box .sitemap_box .pitem{
	margin: 10px 0px;
	line-height: 20px;
	border-bottom: 2px solid #000066;
	font-weight: 700;
	font-size: 14px;
	color: #000066;
}

.topics_box .sitemap_box .sitemap_item{
	margin: 10px;
}

.topics_box .sitemap_box .sitemap_item dt{
	padding: 5px;
}

/* ---- サイトマップ ここまで ---- */

address{
	clear:both;
	margin-top: 10px;
	padding: 2px;
	height: 16px;
	font-size: 10px;
	text-align:center;
	background-color:#000066;
	color:#FFFFFF;
}

