/* ************************************************ 
 *	CSSリセット
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
/*      border; 1px solid white;*/
}

h1,h2,h3,h4,h5,h6,p,address {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        line-hight: 100%;
}

/* ************************************************ 
 *		全体構造
 * ************************************************ */
body {
        margine: 0px;
        padding: 0px;
	font-size : 14px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 16px;
	color : #666666;
	text-align: left;
        border-top: 3px solid #cc0000;
        border-bottom: 3px solid #cc0000;
        background : url(../parts/08fuku_common_body_bg.gif);
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

/*コンテナ*/
#container {
	width:900px;
        margin-left: auto;
        margin-right: auto;
        border-right: 1px solid #cc0000;
        border-left: 1px solid #cc0000;
        background :#ffffff;
}

/*ヘッダー*/
#header {
        width:900px;
        padding-bottom: 3px;
	font-size : 11.5px;
        background : #ffffff;
}

h1{
        margin:10px 10px 0px 15px;
        float:left;
}

#header p{
        width:480px;
        margin:8px 10px 0px 10px;
        padding-left:20px;
        border-left:1px dotted;
        border-color: #666666;
        color:#cc0000;
        float:right;
}

.header_menu{
        margin:0px 0px 3px 10px;
        clear:both;
}

.header_menu li{
        width:217px;
        margin-top:4px;
        padding-top:5px;
        padding-bottom:5px;
        text-align:center;
        border-left:1px solid;
        border-right:1px solid;
        border-color: #999999;
        list-style: none;
        float:left;
        background : url(../parts/08fuku_common_banner_bg.gif);
}

/*　左サイドメニュー　*/
#left_side {
        margin-top:16px;
        margin-bottom:30px;
        margin-left:10px;
        float:left;
}

.side_logo{

}


h2 {
        width:200px;
        margin-top:5px;
        padding:3px 0px 3px 0px;
        border-right:1px solid;
        border-left:1px solid;
        border-top:1px solid;
        border-color: #666666;
        text-align: center;
        background : #cc0000;
}

.left_menu p{
        width:190px;

        padding:5px;
        border-left:1px solid;
        border-right:1px solid;
        border-bottom:1px solid;
        border-color: #666666;
        color:#666666;
        background : #efefef;
}

h3 {
        width:200px;

        margin-top:5px;
        padding:3px 0px 3px 0px;
        text-align: center;
        border:1px solid;
        border-color: #666666;
        color:#fff4f4;
        background : #666666;
}

.left_menu_category{
        width:185px;

}

.left_menu_category li{
        width:100%;
        padding:3px 5px 3px 10px;
        list-style:none;
        border-left:1px solid;
        border-right:1px solid;
        border-bottom:1px solid;
        border-color: #666666;
        background : #efefef;
}



/*　フッター（コピーライト）　*/
#footer {
        clear:both;
        margin-right:auto;
        margin-left:auto;
        border-top:1px solid;
        border-color: #cc0000;
        background:#ffddff;
}

.footer_menu li{
        width:160px;
        padding-left:18px;
        font-size:10px;
        text-align: left;
        float:left;
        list-style: none;
}

.copyright{
        margin-top:2px;
        padding-right:10px;
        clear: both;
        hight: 10px;
        text-align: center;
        color:#ffffcc;
        font-size:x-small;
        background : #cc0000;
}

/* ------------------------------------- 
 *	リンクの色設定
 * ------------------------------------- */

/*リンク文字色*/
a:link    {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:active  {color: #ff0000; text-decoration: none;}
a:hover   {color: #ff0000; text-decoration: none;}

/*フッターのリンク文字色*/
#footer a:link    {color: #cc0000; text-decoration: underline;}
#footer a:visited {color: #cc0000; text-decoration: underline;}
#footer a:active  {color: #ff0000; text-decoration: underline;}
#footer a:hover   {color: #ff0000; text-decoration: underline;}

/*h2のリンク文字色*/
h2 a:link    {color: #fff4f4; text-decoration: underline;}
h2 a:visited {color: #fff4f4; text-decoration: underline;}
h2 a:active  {color: #999999; text-decoration: underline;}
h2 a:hover   {color: #999999; text-decoration: underline;}