@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	color:#0085DD;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:630px;
	background-color: #FFFFFF;
}


#base-right {
	width:140px;
	background-color: #FFFFFF;
}

#wrap {
	float: center;
	padding: 5px;
	margin-top: 5px;
}

#wrap-right {
	float: left;
	padding: 5px;
	margin-top: 5px;
}




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

#header {
	width:830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 140px;
	position: relative;
}


h1 a {
	left: 40px;
	top: 30px;
	position: absolute;
}

h1-2 {
	right: 30px;
	top: 30px;
	position: absolute;
}




/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:630px;
	float: center;
}


#contents-right {
	width:140px;
	float: center;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents h3{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-left: 0px;
	margin-right: 30px;
	line-height: 20px;
	padding-right: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents #c_pad2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contents-right #c_pad-right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* for IE */
* html body #base #contents #c_pad {
	padding: 9px;
}	

#contents #c_pad p red {
	color: #FF0000}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	background-color: #D1CEC5;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	border: 5px solid #EEEDE9;
	padding: 2px;
}

#contents #c_pad #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	margin-top: 55px;
	margin-left: 25px;
	margin-right: 300px;
}

/*
4box
-------------------------------------------------------------------*/
#base #wrap #contents #c_pad2 .box4 {
	float: left;
	width: 140px;
	height: 202px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
テーブル
-------------------------------------------------------------------*/

#contents #c_pad table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents #c_pad table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents #c_pad table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents #c_pad form table th {
	width: 127px;
}

/*
コンテンツ2
-------------------------------------------------------------------*/

#contents2 {
	width:820px;
	float: center;
}

#contents2 p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents2 h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}


#contents2 #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contents2 #c_pad2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* for IE */
* html body #base #contents2 #c_pad {
	padding: 9px;
}	

#contents2 #top_img {
	background-color: #D1CEC5;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	border: 5px solid #EEEDE9;
	padding: 2px;
}

#contents2 #c_pad #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	margin-top: 55px;
	margin-left: 25px;
	margin-right: 300px;
}

/*
price list
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad2 .pricelist {
	float: left;
	width: 150px;
	height: 400px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	margin-left: 10px
	padding: 0px;
	position: relative;
}

/*
photography
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .photography {
	float: left;
	width: 260px;
	height: 200px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
Square box
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .sqbox {
	float: left;
	width: 210px;
	height: 210px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
4box
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .box4 {
	float: left;
	width: 140px;
	height: 202px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
3box
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .box3 {
	float: left;
	width: 190px;
	height: 269px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
3boxa
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .box3a {
	float: left;
	width: 190px;
	height: 134px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
2box
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .box2 {
	float: left;
	width: 288px;
	height: 407px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
2box-a
-------------------------------------------------------------------*/
#base #wrap #contents2 #c_pad .box2a {
	float: left;
	width: 288px;
	height: 203px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}

/*
テーブル
-------------------------------------------------------------------*/

#contents2 #c_pad table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents2 #c_pad table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#contents2 #c_pad table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#contents2 #c_pad form table th {
	width: 127px;
}

/*
コンテンツ3
-------------------------------------------------------------------*/

#contents3 {
	width:150px;
	float: center;
}

#contents3 p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contents3 h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#contents3 #c_pad {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* for IE */
* html body #base #contents3 #c_pad {
	padding: 9px;
}	


/*
price list
-------------------------------------------------------------------*/
#base #wrap #contents3 #c_pad .pricelist {
	float: left;
	width: 100px;
	height: 400px;
	border: 1px solid #DDDDDD;
	margin: 3px;
	padding: 0px;
	position: relative;
}
