@charset 'utf-8';
/* top画像
----------------------------------------------- */
div#top_main {
    width: 654px;
    margin: 0 auto;
	font-size: 100%;
}


/* FLASH
----------------------------------------------- */


/* メニュー一覧
----------------------------------------------- */
#top_menu{
    width:654px;
    background-color:#ffffff;
	margin: 10px auto;
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
#top_menu dl.menu {
    margin-right:1px;
    margin-left:1px;
    margin-bottom: 0.5em;
    padding:0px;
    float:left;
    width:126px;
    font-size: 90%;
	border: 1px solid #cccccc;
}
#top_menu dl.menu dt{
    margin:0px;
    padding: 1px;
}
#top_menu dl.menu dd{
    margin:0px;
    padding: 2px 0.5em;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    text-align: center;
    height:2.2em;
}
dd.comment{
    line-height: 120%;
    height:3.4em;
}


/* オーダー方法
----------------------------------------------- */
#order-inner {
	width:320px;
	padding:0;
	background: url(../img/top/order/net_middle.gif) repeat-y center;
}
#order-innner ul {
	margin:0;
	padding:0;
}
#order-inner ul.net li {
	list-style:none;
	padding:7px 5px 3px 65px;
	background: url(../img/top/order/net_icon.gif) no-repeat 20px 3px;
}
#order-inner ul.fax li {
	list-style:none;
	padding:7px 5px 3px 65px;
	background: url(../img/top/order/fax_icon.gif) no-repeat 20px 3px;
}

/* インフォメーション
----------------------------------------------- */
ul.infomation {
	width: 630px;
	font-size:: 100%;
	margin: 5px auto 0 auto;
}
ul.infomation li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 5px 5px 90px;
}
ul.infomation li span {
	color: #663333;
}
ul.infomation li.ico_info {
	background: url(../img/top/info/icon_info.gif) no-repeat 20px 8px;
}
ul.infomation li.ico_ko {
	background: url(../img/top/info/icon_ko.gif) no-repeat 20px 8px;
}

div#java {
    text-align: center;
	margin-top: 20px;
}

div#top_right p {
    margin-bottom: 3px;
}


div#blog {
	width: 230px;
	background: url(../img/top/side/blog/middle.gif) repeat-y center;
	padding:0;
}
div#blog p.coment {
    font-size: 75%;
	line-height: 110%;
	color: #3d3d3d;
}
div#blog p {
    text-align:center;
}



/* ショップ案内
-----------------------------------------------
div#shop_bg {
	background: url(../img/top/shopinfo_bg.gif) repeat-y center;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 115%;
}
div#shop_bg p.logo {
    text-align: center;
}
div#shop_bg p.coment {
    font-size: 100%;
	color: #7d0000;
	font-weight: bold;
	padding-top: 10px;
}
div#shop_bg p.address {
    background:url(../img/top/shopinfo_fish2.gif) no-repeat right top;
    font-size: 80%;
	padding: 15px 10px 5px 10px;
	line-height: 180%;
} */

