@charset "utf-8";

/*======================================
	初期化
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.4;
	color: #666;
	font-weight: normal;
	font-style: normal;
    list-style: none;
}

a img {
	border: none;
}

/*======================================
	body
=======================================*/
body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica;
	font-size: 0.83em;
}


/*======================================
	link
=======================================*/
a:link {
	color: #f99;
}

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


/*======================================
	container
=======================================*/

#container {
	margin: 0 auto;
	width: 840px;
}


/*======================================
	header
=======================================*/

#header {
	height: 55px;
	position: relative;
}

h1 {
	top: 3px;
	position: absolute;
}

.contact_btn a {
	top: 25px;
	right: 0;
	position: absolute;
	text-indent: -9999px;
	background: url(http://www.sasaki-sr.net/imges/contact_btn01.gif) no-repeat top center;
	width: 132px;
	height: 19px;
	display: block;
}

.contact_btn a:hover {
	background-position: bottom center;
}


/*======================================
	content
=======================================*/

#content { 
	padding: 15px 1px;
	background: url(http://www.sasaki-sr.net/imges/top_bg.gif) repeat-y;
	width: 840px;
}


/*======================================
	alpha
=======================================*/

#alpha {
	float: right;
	width: 639px;
}

#main_top {
	float: left;
	width: 466px;
}

#main_top h2 {
	margin: 0 13px;
	padding: 5px 10px;
	background: url(http://www.sasaki-sr.net/imges/title_bg01.gif) no-repeat left top;
	width: 420px;
	height: 35px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

#main_top p {
	margin: 0 15px 10px 15px;
}

.f_bold {
	font-weight: bold;
}

#gamma {
	float: right;
	width: 170px;
}

#gamma h2 {
	padding-left: 8px;
}

#gamma dl {
	padding: 0 8px;
}

#gamma dl dt {
	padding-top: 10px;
	font-weight: bold;
	color: #ff9999;
}

#gamma dl dd a {
	color: #666;
	text-decoration: none;
}

#gamma dl dd a:hover {
	color: #666;
	text-decoration: underline;
}



/*======================================
	beta
=======================================*/

#beta {
	float: left;
	width: 200px;
}

#beta h2 {
	padding-left: 10px;
}

#beta p {
	padding: 0 10px;
}

.mm_title {
	margin: 10px 0 6px 0;
	color: #fe7676;
	font-weight: bold;
}

.formBox01 {
	padding-left: 10px;
}

.mm_form {
	width: 131px;
	height: 18px;
}

.mm_btn {
	background: #fff;
	width: 36px;
	border: #ff9999 1px solid;
	line-height: 1.3;
}

.mm_link {
	margin: 5px 0;
}

.mm_link a {
	color: #666;
	text-decoration: none;
}

.mm_link a:hover {
	color: #ff9999;
}


/* navi */

.navi {
	margin: 15px 10px;
	padding-top: 15px;
	border-top: #666 2px solid;
}

.navi ul li {
	margin-bottom: 7px;
	padding: 6px 2px;
	border: #95b156 1px solid;
}

.navi ul li a {
	color: #413320;
	text-decoration: none;
}

.navi ul li a:hover {
	color: #413320;
	font-weight: bold;
}


/* banner */

.bnr_Box {
	margin: 0 15px;
}

.bnr_Box ul li {
	padding-bottom: 10px;
}


/*======================================
	footer
=======================================*/

#footer {
	padding-top: 6px;
	border-top: #999 1px solid;
	clear: both;
}

.footer_link {
	padding: 0 5px;
	background: url(http://www.sasaki-sr.net/imges/footer_line.gif) no-repeat left bottom;
	height: 44px;
}

.footer_link li {
	display: inline;
	color: #666;
}

.footer_link li a {
	padding: 0 12px;
	color: #58780f;
	text-decoration: none;
}

.footer_link li a:hover {
	color: #58780f;
	text-decoration: underline;
}

.cr {
	padding-top: 5px;
	text-align: right;
}

address {
	padding-bottom: 5px;
	text-align: right;	
}




