﻿@charset "UTF-8";

/*
A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/

/* Default ---------------------------------------------------------------- */

/* Global */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr
{
    margin: 0;
    padding: 0;
	line-height:16px;
}

body {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
}

img{
	border:none;
	outline:none;
}

a:link    {
	color: #003399;
	text-decoration:none;
}

a:visited {
	color: #003399;
	text-decoration:none;
}

a:hover   {
	color: #CC3300;
	text-decoration:underline;
}

a:active  {
	color: #003399;
	text-decoration:none;
}



/******************************************************* content box setting *******************************************************/


#content{
	width:1000px;
	margin:0 auto;
	height:100%;
}

#alpha{
	width:730px;
	height:auto;
	background-color:#FFF;
}

#beta{
	width:270px;
	height:auto;
	padding:10px 0;
	/*background-color:#000;*/
}

#sub_header{
	width:730px;
	/*background-color:#000;*/
}

#top_pic{
	width:730px;
	padding-top:10px;
	padding-left:10px;
	background-color:#FFF;
	margin-bottom:20px;
}

#top_pic_l{
	width:470px;
}

#top_pic_r{
	width:230px;
	margin-left:10px;
}


/******************************************************* header setting *******************************************************/

#header{
	width:100%;
	background-image:url(../images/header/backimage.jpg);
	background-repeat:repeat-x;
}

#header_inner{
	width:1000px;
	height:330px;
	margin:0 auto;
}

#site_title{
	height:70px;
}

#site_title a{
	float:left;
}

#search_area{
	/*width:430px;*/
	width:520px;
	float:right;
}

#search_area ul{
	list-style:none;
	list-style-image:none;
	clear:both;
}

#search_area ul li{
	display:inline;
}

#search_area a{
	float:none;
}

#header_banner_area{
	clear:both;
}

#search_area FORM{
	margin:5px 0;
	float:right;
}

#search_area input{
	margin:0;
	padding:0;
}

.key{
	background-image:url(../images/header/search_window.jpg);
	background-repeat:no-repeat;
	border:0;
	height:26px;
	width:166px;
}

/******************************************************* side bar **************************************************/

.side_menu_box{
	width:250px;
	margin:0px auto 10px;
	background-color:#FFF;
}

.side_menu_box img{
	border-radius: 7px 7px 0 0;
}

.side_menu{
	list-style:none;
	list-style-image:none;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
/*	border-bottom:1px solid #b2b2b2;*/
	width:248px;
}

.side_menu li{
	border-bottom:1px solid #b2b2b2;
	line-height:35px;
	font-size:12px;
	padding-left:10px;
}


/******************************************************* footer setting *******************************************************/

#footer{
	background-color:#e0e0e0;
	width:100%;
	clear:both;
}

#footer_inner{
	width:1000px;
	height:30px;
	margin:0 auto;
	text-align:right;
}

#footer_inner ul{
	list-style:none;
	list-style-image:none;
}

#footer_inner ul li{
	display:inline;
	line-height:30px;
}

/******************************************************* topics pickup setting *******************************************************/

.pckup_box{
	margin-top:10px;
}

.topics_box{
	margin-top:5px;
}


.topics{
	background-image:url(../images/index/kijibox_middle.jpg);
	background-repeat:repeat-y;
}

.topics table tr td{
	padding:0 5px;
}

.topics_title{
	font-weight:bold;
	margin-bottom:5px;	
	background-color:#EEEEEE;	
	line-height:18px;	
	padding:5px 0 0 6px;
}



div.outer {  
	display: table;
	background-image:url(../images/index/pickupbox_top.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:100%;
	color:#FFF;
	padding-left:10px;
}  
        * html div.outer {  

            position: relative; /* ③ */  

        }  

        *+html div.outer {  

            position: relative; /* ③ */  

        }  

    div.vertical_middle {  

        display: table-cell;    /* ④ */  

        vertical-align: middle; /* ⑤ */  

    }  

        * html div.vertical_middle {  

            position: absolute; /* ⑥ */  

            top: 50%;           /* ⑥ */  

        }  

        *+html div.vertical_middle {  

            position: absolute; /* ⑥ */  

            top: 50%;           /* ⑥ */  

        }  

    div.vertical_middle p.inner {  

        margin: 0;  

    }  

        * html div.vertical_middle p.inner {  

            position: relative; /* ⑦ */  

            top: -50%;          /* ⑦ */  

        }  

        *+html div.vertical_middle p.inner {  

            position: relative; /* ⑦ */  

            top: -50%;          /* ⑦ */  

        }  



.catchcopy{
	vertical-align:middle;
	display:table-cell;
}

.pckup{
	background-image:url(../images/index/pickupbox_middle.jpg);
	background-repeat:repeat-y;
	padding:5px 10px;
	font-size:12px;
}

.pckup_title{
	border-bottom:1px solid #b2b2b2;
	margin:5px 0;
	font-weight:bold;
}

.campain_banner{
	background-image:url(../images/index/campainbox_middle.jpg);
	background-repeat:repeat-y;
	text-align:center;
	width:230px;
}

.campain_banner img{
	margin-top:10px;
}

	

/******************************************************* center setting *******************************************************/







/******************************************************* recipe list setting *******************************************************/

.recipe_box{
	width:150px;
	height:220px;
	margin:5px 10px;
	float:left;
}

.recipe_box p{
	width:150px;
	line-height:1.5em;
	text-align:left;
	font-weight:bold;
}



/******************************************************* product list & QA list setting *******************************************************/

.c_title{
	border-left:5px solid #FF9000;
	border-bottom:2px solid #FF9000;
	width:685px;
	font-size:16px;
	line-height:24px;
	padding-left:5px;
	margin-top:20px;
	margin-left:10px;
}

.product_list{
	margin:5px 0 5px 15px;
	width:695px;
	height:60px;
	border-bottom:dotted 1px #999999;
	padding-bottom:5px;
}

.product_list .thum_img{
	float:left;
    border-color: #DDDDDD #BBBBBB #BBBBBB #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}
.product_list .pro_name{
	padding:10px 0 0 30px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	margin-left:60px;
	height:40px;
}


.qa_list li{
	margin-left:-10px;
	padding:10px 0 10px 30px;
	width:660px;
	border-bottom:dotted 1px #999999;
	background-image:url(../images/icon_question.jpg);
	background-repeat:no-repeat;
}

.qa_list{
	margin:10px 0 10px 15px;
	padding:0;
	list-style:none;
	list-style-image:none;
}

.fb-like iframe{
	width:70px;
	height:20px;
}

