@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

html{
    height:100%;
}

BODY {
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/gallery-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#ffffff;			/* 背景色： */
	font-style:normal;			/* フォントスタイル：標準 */
	color:#333333;				/* 文字色：グレー*/
	font-weight:normal;			/* 文字太さ：標準 */
	font-family:'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;       /* 文字書体：ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif */
	font-size:9pt;				/* フォントサイズ：9pt */
	text-align:center;			/* 文字揃え：中央 */
	text-indent:0pt;			/* インデント：0pt */
	margin:0px 0px;				/* マージン：上下・左右 */
	height:100%;
	scrollbar-base-color:#ff6699;
	scrollbar-arrow-color:white;
}

TABLE,TR,TD,TH {
	background-color:white;			/* 背景色：白 */
	font-style:normal;			/* フォントスタイル：標準 */
	color:#333333;				/* 文字色：グレー*/
	font-weight:normal;			/* 文字太さ：標準 */
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;       /* 文字書体：ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif */
	font-size:9pt;				/* フォントサイズ：9pt */
	text-align:center;			/* 文字揃え：中央 */
	text-indent:0pt;			/* インデント：0pt */
	margin:0px 0px;				/* マージン：上下・左右 */
	scrollbar-base-color:#ff6699;
	scrollbar-arrow-color:white;
}

input,textarea{border:1px solid #D7A3A3;
background-color:#FFE0E0;
padding:5px 5px;
font-size:12px;
color:#FF3366;
}

A{TEXT-DECORATION:none}
a:link {
  color: #dc143c;
   	text-decoration: none;
}
a:visited {
  color: #ff69b4;
   	text-decoration: none;
}
a:hover {
 	text-decoration: underline;
}
a:active {
  color: #ff6600;
   	text-decoration: none;
}

ul {
	margin: 0px 5px 0px 5px;
}
ul li ol li {
	margin: 0px 5px 0px 5px;
}
ul li ol {
	margin-bottom: 5px;
}


/* ----- コンテナ -------------------------------------- */
div#container {
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: 0px;
	border-right: 0px;
	text-align:left;		/* 文字揃え */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:100%;
	height:100%;
	min-height: 100%;
}

body > #container {
    height: auto;
}

/* ----- ヘッダー -------------------------------------- */

div#header {
	float: none;
	clear: both;
	width:700px;
	height:170px;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/p-hed2.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

/* ----- ナビメイン -------------------------------------- */

div#navimain {
	float: none;
	clear: both;
	width:766px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ----- ミニナビ -------------------------------------- */
div#mininavi {
	float: none;
	clear: both;
	width:736px;
	height: 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-size: 9pt;
	color: #FF6699;
}


/* ----- ナビ -------------------------------------- */
div#navi{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: -40px;
	padding-left: 0px;
	margin-right: auto;
	font-family:'HGP創英角ﾎﾟｯﾌﾟ体''ＭＳ Ｐゴシック','MS UI Gothic','ヒラギノ角ゴ Pro W3''Hiragino Kaku Gothic Pro',Osaka;
	font-size:10pt;
	text-align:right;			/* 文字揃え */
	color:#000000;
	float: left;
	width:766px;
	height: 55px;
}

div#navi ul {
	list-style-type:none;				/* リストマークの種類 */
	margin: 0px;
	padding-bottom:0px;				/* 下パディング */
	padding-left:0px;				/* 左パディング */
	padding-right:0px;				/* 右パディング */
	padding-top:0px;				/* 上パディング */
}

div#navi li {
	display: inline;
	padding: 0px;
}

div#navi a {
	text-decoration:none;				/* 下線など */
	color:#8b0000;
	font-family:'HGP創英角ﾎﾟｯﾌﾟ体''ＭＳ Ｐゴシック','MS UI Gothic','ヒラギノ角ゴ Pro W3''Hiragino Kaku Gothic Pro',Osaka;
	display:block;				/* 表示形式 */
	float: left;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/parts/np.gif);
	background-repeat: no-repeat;
	padding-bottom:3px;				/* 下パディング */
	padding-left:0px;				/* 左パディング */
	padding-right:1px;				/* 右パディング */
	padding-top:10px;				/* 上パディング */
	width:152px;
	height: 55px;
}

div#navi a:hover {
	color:#339900;
	font-family:'HGP創英角ﾎﾟｯﾌﾟ体''ＭＳ Ｐゴシック','MS UI Gothic','ヒラギノ角ゴ Pro W3''Hiragino Kaku Gothic Pro',Osaka;
	position:relative;
	top:3px;
	left:0px;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/parts/ng-r.gif);
	background-repeat: no-repeat;
	width:152px;
	height: 55px;
}

/* ----- ナビ2 -------------------------------------- */
div#navi2{
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-left: 22px;
	margin-right: auto;
	font-family:'HGP創英角ﾎﾟｯﾌﾟ体''ＭＳ Ｐゴシック','MS UI Gothic','ヒラギノ角ゴ Pro W3''Hiragino Kaku Gothic Pro',Osaka;
	font-size:10pt;
	text-align:center;			/* 文字揃え */
	color:#000000;
	float: left;
	width:766px;
	height: 35px;
}

div#navi2 ul {
	list-style-type:none;				/* リストマークの種類 */
	margin: 0px;
	padding:0px;				/* 下パディング */
	padding-left:0px;				/* 左パディング */
	padding-right:0px;				/* 右パディング */
	padding-top:0px;				/* 上パディング */
}

div#navi2 li {
	float: left;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/parts/nvr.gif);
	background-repeat: no-repeat;
	padding-left:0px;				/* 左パディング */
	padding-right:0px;				/* 右パディング */
	padding-top: 0px;				/* 上パディング */
	padding-bottom: 0px;
	width: auto;
	height: 35px;
	display: inline;
}

div#navi2 a {
	float: left;
	background-color: #ffffff;
	padding-left:0px;				/* 左パディング */
	padding-right:0px;				/* 右パディング */
	padding-top: 0px;				/* 上パディング */
	width: auto;
	height: 35px;
}

div#navi2 a:hover {
	background-image: url(http://www.asahiya-jp.com/egokoro/con/parts/nvr.gif);
	background-repeat: no-repeat;
	padding-left:0px;				/* 左パディング */
	padding-right:0px;				/* 右パディング */
	padding-top: 0px;				/* 上パディング */
	width: auto;
	height: 35px;
}




/* ----- メインフォト -------------------------------------- */
div#mainphoto {
	float: none;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 0 50px 0;
	width:700px;

}

.box{
	width: 150px;
	
	margin: 0 20px 20px 0;
	padding: 0px;
	float: left;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/photoback.jpg);
}


.box a:hover {
	margin: 0;
	padding: 0;
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/photoback-r.jpg);
}

.boxphoto{
	margin: 0;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	height: 150px;
	text-align: center;
	border: 1px dotted #ff6699;
}

.boxcap{
	margin: 0;
	padding: 10px;
	height: 50px;
	border: 1px dotted #ff6699;	
	border-top: 01px;	
}

.boxcap p{
	margin: 0;
	padding: 0;
	font-size: 10px;	
}

.lphoto{
	height: 460px;
	margin: 0;
	padding: 10px;
	text-align: center;
	border: 1px dotted #ff6699;	
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/photoback-r.jpg);

}

.lphotocap{
	margin: 0;
	padding: 10px;
	text-align: center;
	border: 1px dotted #ff6699;	
	border-top: 01px;	
	background-image: url(http://www.asahiya-jp.com/egokoro/con/final/photo/img/photoback.jpg);

}

.lphotocap h3{
	margin: 0;
	padding: 10;
	font-size: 18px;
}

.lphotocap p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 150%;	
}


/* ----- パンくず -------------------------------------- */
div#pan {
	float: none;
	clear: both;
	width:700px;
	text-align:center;			/* 文字揃え：中央 */
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 20px;
	padding-left: auto;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
}

/* ----- フッター -------------------------------------- */
div#footer1 {
	float: none;
	clear: both;
	width:100%;
	text-align:center;			/* 文字揃え：中央 */
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


div#footer2 {
	float: none;
	clear: both;
	width:100%;
	height: 50px;
	background-color:#fff0f5;			/* 背景色： */
	text-align:center;			/* 文字揃え：中央 */
	padding-top: 10px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
