@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/*index.css*/


/*------------------------------------------------------------
	1. ページタイトル
	2. テキストエリア
	3. 製品セクション
-------------------------------------------------------------*/

#content {
	background: url(../../img/share/main_roundtop.gif) no-repeat center top;
	padding-top: 10px;
}

#main {
	width: 960px;
	margin: 0 auto;
	background: url(../../img/share/main_roundbg.gif) no-repeat bottom;
	padding-bottom: 10px;
}

#main .inner{
	background: url(../../img/share/main_roundbg.gif) no-repeat ;
	padding: 20px 10px 10px;
}



/*------------------------------------------------------------
	1. ページタイトル
-------------------------------------------------------------*/
#main .innerProtection {
}

#titleSection {
}

/*------------------------------------------------------------
	2. テキストセクション
-------------------------------------------------------------*/
#textSection {
	margin: 0px 30px 0px 30px;

}

#textSection h4 {
	margin-bottom: 10px;	
}

#textSection h5 {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 30px 20px 0 20px;
	color: #641500;
}


#textSection h5.top {
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
}

#textSection p {
	padding-top :5px;
	margin: 0 20px 0 30px
}

#textSection p.notice {
	margin-left: 20px;
	margin-right: 20px;
}

#textSection p.bold {
	padding-top :5px;
	margin: 20px 20px 30px 20px;
	font-weight: bold;
}

#textSection p.right {
	text-align: right;
	margin: 20px 0 20px 0;
}

.pagetop {
	text-align: right;
	padding: 0 0 10px 0;
	margin-right: -10px;
	_position: relative;
}

/* リンク設定 */
#textSection p a {
	color: #007e3a;
	text-decoration: none;
}
#textSection p a:link {
	color: #007e3a;
	text-decoration: none;
}
#textSection p a:visited {
	color: #007e3a;
	text-decoration: none;
}
#textSection p a:hover {
	color: #007e3a;
	text-decoration: underline;
}


