@charset "Shift_JIS";

/* ==================================================

ART-css

================================================== */

/* Win版 IE5.x系列用 */
@media tty {i{content:"\";/*" "*/}} @import 'common_wie5x.css'; /*";}}/* */

body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,td,form,table {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

body {
	font-family: Verdana, "MS P ゴシック", sans-serif;
	line-height: 1.2;
	letter-spacing:1px;
	margin: 0 0;
	color: #000000;
	text-align: center;
	font-size: 80%;
	background-color: #D9D7DC;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
td {
	vertical-align: top;
}
img {
	border: none;
}

/* フォント関連 */
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
.b {
	font-weight: bold;
}
.f90 {
	font-size: 90%;
}
.fl {
	font-size: 110%;
}
.fs {
	font-size: 85%;
}
.red {
	color: #FF0000;
}
.f110b {
	font-size: 110%;
	font-weight: bold;
}
/* パーツ
---------------------------------------------*/
.mt5 	{
	margin-top: 5px;
}
.mt10 	{
	margin-top: 10px;
}
.mt15 	{
	margin-top: 15px;
}
.mt20 	{
	margin-top: 20px;
}
.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.padt15 {
	padding-top: 15px;
}
.pt10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear 	{
	clear:both
}
/* トップページ
---------------------------------------------*/
#bg{
	width: 950px;
	margin: 0px auto;
	text-align:center;
	background-image: url(../common/bg-top.jpg);
	background-repeat: repeat-x;
	background-color: #F9F5D5;
}
#bg2{
	width: 860px;
	margin: 0px auto;
	text-align:center;
	background-image: url(../common/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#haeder {
	width: 860px;
	height: 180px;
	background-image: url(../common/header-top.gif);
	background-repeat: no-repeat;
	position: relative;
}
#menu {
	position: absolute;
	top: 130px;
	left: 17px;
	width: 784px;
	height:21px;
}
#container {
	width: 860px;
	margin: 0px auto;
	text-align: left;
}

.Area01      {
	width: 555px;
	float: left;
	text-align: left;
	background-image: url(../img/art-illust.gif);
	background-repeat: no-repeat;
	background-position: left 40px;
}
.Area02      {
	width: 270px;
	float: right;
	text-align: left;
	padding-right: 15px;
}
.Area02 .info      {
	width: 270px;
	text-align: left;
	background-image: url(../img/f-waku.gif);
	background-repeat: no-repeat;
}
.Area02 .info .pad  {
	padding-top: 27px;
	padding-right: 22px;
	padding-bottom: 27px;
	padding-left: 22px;
}
.txtbox 	{
	font-size: 115%;
	margin-top: 10px;
	text-align: left;
	padding-left: 240px;
	color: #FFFFFF;
}
.ml10 {
	margin-left: 10px;
}

/* shopページ
---------------------------------------------*/
#bg-shop {
	width: 950px;
	margin: 0px auto;
	text-align:center;
	background-image: url(../common/bg-shop.jpg);
	background-repeat: repeat-x;
	background-color: #FFFADC;
}
#haeder-shop {
	width: 860px;
	height: 180px;
	background-image: url(../common/header-shop.gif);
	background-repeat: no-repeat;
	position: relative;
}
/* photoページ
---------------------------------------------*/
#bg-photo {
	width: 950px;
	margin: 0px auto;
	text-align:center;
	background-image: url(../common/bg-photo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFADC;
}
#haeder-photo {
	width: 860px;
	height: 180px;
	background-image: url(../common/header-photo.gif);
	background-repeat: no-repeat;
	position: relative;
}
/* 背景白のページ
---------------------------------------------*/
#bg-white {
	width: 950px;
	margin: 0px auto;
	text-align:center;
	background-color: #ffffff;
}
#haeder-white {
	width: 860px;
	height: 180px;
	background-image: url(../common/header-white.gif);
	background-repeat: no-repeat;
	position: relative;
}





/* フッター
---------------------------------------------*/
.pad_foot {
	padding-top: 150px;
	padding-bottom: 50px;
}
