@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna - Eye Catch Mini Module";
 :created "2008-01-07";
 :release [:revision "1.00"; :created "2008-01-010"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/by/3.0/>;
 :description "ページの本文上部に任意の画像を読み込むモジュール";
 :note "
	読み込まれる画像は style-xxx/images/eyeCatch/short.png です。
 	このモジュールが有効の時、ページの表示幅は800pxの固定幅になります。
	" .
*/

/*======================================

	Eye Catch [Short] image Module
	
=======================================*/

/*--------------------------------------
	1-1.Style fot All
---------------------------------------*/

body {

}

div#header,
div#content,
div#footer {
	width: 800px; /* Do not edit this line */
	min-width: none;
	max-width: none;
}

/*--------------------------------------
	1-2.Style for body.double
---------------------------------------*/

body.double div#utilities {
	width: 390px;
}

body.double div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop1.jpg);
	background-repeat: no-repeat;
}

body.info div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop2.jpg);
	background-repeat: no-repeat;
}

body.longing div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop3.jpg);
	background-repeat: no-repeat;
}

body.maternity div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop4.jpg);
	background-repeat: no-repeat;
}


body.birth div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop5.jpg);
	background-repeat: no-repeat;
}

body.baby div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop6.jpg);
	background-repeat: no-repeat;
}

body.kids div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop7.jpg);
	background-repeat: no-repeat;
}

body.hosp div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop8.jpg);
	background-repeat: no-repeat;
}

body.bf div#main {
	margin-right: 20px;
	width: 390px;
	padding-top: 240px;
	background-image: url(../images/eyeCatch/wbtop9.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------
	1-2.Style for body.multi
---------------------------------------*/

body.multi div#main {
	padding-top: 240px;
	background-image: url(../images/eyeCatch/short.png);
	background-repeat: no-repeat;
}

/*--------------------------------------
	Others
---------------------------------------*/

/* Thumbnail */

div#utilities ul.thumb li {
	width: 95px;
}

