/*  
Theme Name: nariwai ver2.0
Theme URI: none
Description: 2 Column
Version: 2.0
Author: Mina + gorow
Author URI: http://www.the-cloisters.net/ , http://www.ebreday.net
*/


/*** 【文字設定】 ***/

/* テキスト=黒：#000000 */
/* リンク=桃：#FF007F */
/* ヴィジット=濃桃：#FF007F */
/* マウスオン=濃桃：#CC3333 */

* {
	margin: 0;
	padding: 0;
}



/*----------------------------------------------------------------*/
/* 【型組：全体w900】 */
/*----------------------------------------------------------------*/

/* 全体：800px */

#wrapper { 
	width: 100%;
	text-align: left;
	margin: 0 auto;
}


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

#header {
	width: 100%;
	height: 0px;
}


/*----------------------------------------------------------------*/
/* サイドバー sidebar */
/*----------------------------------------------------------------*/


#sidebar{
	width:130px;
	height:100%;
	background-image:url(http://www.sanokasumi.com/img/back_pink.jpg);
	background-repeat:repeat;
	color: #FFF;
	float:left;
	clear:left;
}


.side_title{
	 width:130px;
	 height:300px;
	 clear:both;
	 margin-bottom: 30px;
}

.side_menu{
	width:130px;
	height:14px;
	margin:10px 0;
	padding-left:10px;
	clear:both;
	color:#FFF;
}


/*----------------------------------------------------------------*/
/* コンテンツ部分：w300px */
/*----------------------------------------------------------------*/


/* コンテンツ */

#content{
	width: 100%;
	float: right;
	margin-left: -150px;
	clear:right;
}

.content_in{
	width:450px;
	margin-left:150px;
	_margin-left:300px;
	height:auto;
	align:center;
}



/*----------------------------------------------------------------*/
/* フッター footer */
/*----------------------------------------------------------------*/


#footer{
	width:450px;
	height:20px;
	margin:30px 0;
	text-align:center;
	font-size:9px;
	clear:both;
}



/*----------------------------------------------------------------*/
/* 【型組：整頓】 */
/*----------------------------------------------------------------*/


/* 30px余白 */

.ma30px{
 width:450px;
 height:30px;
 clear:both;
}

/* 各種見出し */

.title{
	width:450px;
	height:15px;
	margin:50px 0;
}

/*----------------------------------------------------------------*/
/* 画像設定 */
/*----------------------------------------------------------------*/


/* トップ画像センター表示 */

.toppic {
	margin: -150px 0 0 -150px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 300px;  /*横幅*/
	height: 300px;  /*縦幅*/
}


/* 画像設定 */

.pic{
	margin:20px auto;
	clear:both;
}



/*----------------------------------------------------------------*/
/* オーダー */
/*----------------------------------------------------------------*/

.howto{
	width:450px;
	height:50px;
	margin:30px 0;
}


.howto_pic{
	width:90px;
	height:50px;
	float:left;
	text-align:right;
}

.howto_ma{
	width:30px;
	height:50px;
	float:left;
}

.howto_text{
	width:280px;
	height:50px;
	float:left;
	font-size:9px;
	line-height:12px;
}


/*----------------------------------------------------------------*/
/* ワーク */
/*----------------------------------------------------------------*/

.work{
	width:450px;
	margin:30px 0;
}


.work_pic01{
	width:450px;
	height:auto;
	clear:both;
	margin-bottom:20px;
}

.work_text{
	width:230px;
	height:auto;
	float:left;	
	font-size:9px;
	line-height:12px;
}

.work_pic02{
	width:200px;
	height:auto;
	float:right;
}

/*----------------------------------------------------------------*/
/* 検索 */
/*----------------------------------------------------------------*/


#serch {
	width: 200px;
	height: 20px;
	float:left;
	clear:right;
	margin-top: 80px;
	background-color:#000;
}

#serch .search_text{
	width: 160px;
	height: 20px;
	float: left;
	background-color: #FFF;
	border:1px solid #000;
}


#serch .search_submit{
	width:35px;
	height:20px;
	color:#fff;
	border:1px double #000;
	background:#000;
	text-align:center;
	float:left;
} 

input.text {
	width:150px;
	height:20px;
	border:1px double #FFF;
} 

