
/* リセット 
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size:98%;
}

img {
	border: 0;
}



/* 共通スタイル 
------------------------------ */
body {
	margin:0 auto;
	background-color:#fef8ea;
	word-break:break-all;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}

p,li,ol,th,td {
	letter-spacing:1px;
}

ul, ol {
	list-style:none;
	color:#3c3c3c;
}


h1,h2,h3 {
	letter-spacing:1px;
}

p,ol,th,td {
	line-height:150%;
	color:#3c3c3c;
}

/* 文字の種類 */

.font_big{
	font-size:115%;
}

.font_small{
	font-size:75%;
}

.font_middle{
	font-size:95%;
}


.font_red{
	color:#FF0000;
}

.font_blue{
	color:#0000FF;
}


.font_bold {
	font-weight:bold;
}


/* 回り込み解除 */
.clear {
	clear: both;
}

/* リンク */

a {
	color : #6666AA;
	text-decoration:underline;
}	


a:hover	{
	text-decoration:underline;
}	

/* リンク　アイコン付 */
a.in {
	padding:5px 10px 5px 15px;
	background:url(../images/arrow.gif) no-repeat center left;
	text-decoration:none;
}
/* リンク　アイコン付 */
a.icon {
display:inline-block;
/display:inline; /*IE7*/
/zoom:1; /*IE7*/
	background:url(../images/arrow.gif) no-repeat left 0.3em;
padding-left: 1.2em;
text-decoration:none;


}


/* リンク　PDFアイコン付 */
a.pdf {
	padding:5px 10px 5px 18px;
	background:url(../images/icon_pdf.gif) no-repeat 0px 3px;
	text-decoration:underline;
}


/* フッター最下部表示 */

html, body {
	height: 100%;
}

#container {
	margin:0 auto;
	background:url(../images/bg_top.gif) repeat-y;
	width:832px;
	min-height: 100%;
	margin-bottom: -80px;
}

* html #container {		/* for IE6 and below */
	height: 100%;
}



/* 2カラムレイアウト */

#container-main {
	margin-left: 0px;
}

#container-contents {
	width: 100%;
	float: right;
}

#container-footer {
	clear:right;
	border-right:none !important
}


/* 最小幅処理	
------------------------------ */
body {
	min-width: 500px;
}

* html .min-width-1 {		/* for IE6 and below */
	border-left: 500px solid #fff;
}

* html .min-width-2 {		/* for IE6 and below */
	margin-left: -500px;
	position: relative;
	background:url(../images/bg_top.gif) repeat-y;
}

* html .min-width-1,
* html .min-width-2,
* html #container-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}
* html .min-width-3 {		/* for IE6 and below */
	height:1px;
	margin-left: -500px;
	position: relative;
	background-color:#fef8ea;
}

#top_container{
	width:988px;
	margin:0 auto;
	background-color:#ffffff;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
}

#top_container .l-header {
	border:none !important;
}


#header {
	width:auto !important;
	}


/* slide
------------------------------ */

#slide {
	width:950px;
	height:222px;
	margin:0 auto;
	position:relative;
}
#slide img {
	position:absolute;
	left:0;
	top:0;
	width:950px;
	height:222px;
}

/* コンテンツ
------------------------------ */
#contents {
	width:790px;
	margin-left:21px;
	position: relative;
	background-color:#FFF;
}

.main_photo{
	margin-bottom:20px;
}

#news_pickup{
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
	padding:0 20px;
}

.pickup_photo{
	margin-top:10px;
	margin-bottom:7px;
}

.katsudou{
	margin-bottom:20px;
	width:790px;
}

.photo_box{
	width:84px;
	margin-right:6px;
	float:left;
}

.txt_box{
	width:160px;
	margin-right:20px;
	float:left;
}

.txt_box_no-margin{
	width:160px;
	float:left;
}


/* 問い合わせフォーム */
input,textarea,select{
	font-size:12px;
}


	
/* ニュースイベント
------------------------------ */
#news_box{
	float:left;
	width:630px;}


/* トップページ右サイド
------------------------------ */

#top_side_box{
	float:right;
	width:294px;
	}
	
#top_side_box a{
font-size:12px;
}
#josei_box{
	height:70px;}
	
/*.pickup_box{
	height:45px;}
*/
.pickup_box .pickup_title{
	margin-bottom:10px;
}

.pickup_boxA{
	padding:10px 0;
	border-bottom:1px dotted #A8A8A8;
}

.pickup_boxA:nth-child(1),.pickup_boxA:nth-child(3){
	margin-top:10px;
	border-top:1px dotted #A8A8A8;
}


.pickup_boxA p{
	font-size:12px;
}

.pickup_boxA .txt01{
	margin:5px 0;
	display:block;
	font-size:12px;
}



/* フッター
------------------------------ */
#footer {
	margin:0 auto;
	width:832px;
	background-color:#fff;
	clear:both
}




/*水平線*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
hr.dotted {
	border-top: 1px dotted #848484;
	margin: 7px 0;

}