/* CSS Document */

/*-------------------------------------------
奥土居美可オフィシャルサイト
ウェブサイト　基本CSS

製作者：（株）nini system Design 
		担当：西川 徹
製作日：2009.1.5〜
-------------------------------------------*/

/*目次-------------------------------------
・リセットCSS
・基本構造

-------------------------------------------*/


/*・リセットCSS
-------------------------------*/
* {
	margin:0px;
	padding:0px;
	font-size: 100%;
}

* a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px none;
}

/*・基本構造
-------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;	
}

#content {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 300px;
}

/*・共通
-------------------------------*/
.text_small {
	font-size: small;
}

.text_xsmall {
	font-size: x-small;
}

.text_gray {
	color: #666666;
}

.btn a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

/*・お問合せフォーム
-------------------------------*/
#footer {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
}

#footer ul {
	margin-left: 20px;
	list-style-type: none;
}

#footer li {
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: x-small;
	color: #666666;
}

#footer li a {
	color: #999999;
	font-size: x-small;	
}

address {
	margin-bottom: 10px;
	text-decoration: none;
	font-size: x-small;
	text-align: center;
	font-style: normal;
	color: #999999;
}

#designed_by {
	margin-right: 20px;
	font-size: x-small;
	text-align: right;
	color: #666666;
}
#designed_by a {
	color: #666666;
	text-decoration: none;
}

#poricy {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.7;
	font-size: small;
}

#poricy li {
	margin-bottom: 10px;
}