/* ALL */


html {
    overflow-y:scroll;
}

body {
	line-height:1.6;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	font-size:14px;
	color:#000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F1EFE3;
}

br {
    letter-spacing:normal;
}

a {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#41A5BB;
    text-decoration: none;
}


/* img */
img {
    border: none;
}

a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
}

.alpha{
	opacity:0.7;
	filter: alpha(opacity=50);
}

/* h1-h6 */
h1 { margin:0; padding:0;}

h2 {
	font-size:21px;
	background-image: url(http://michieki365.com/asaji/wp-content/themes/asaji/img/h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 00;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 35px;
}

h3 {}

h4 {}

h5 {}


h6 {}




p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}




/* container */

#container {
 width:960px;
 text-align:left;
 margin: 0 auto;
}


/* Header */
#header .a {
	opacity: 0.9;
	filter: alpha(opacity=90); /* IE7対応 */
    -ms-filter: "alpha(opacity=90)";
}


#header {
	position:relative;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: bottom;
}


/* top_navi */
.top_navi{
	list-style: none;
	margin-top: 0px;
	height: 100px;
	padding-top: 0px;
}

.top_navi li {
	float :left;
	text-align: center;
	vertical-align: bottom;
	line-height: 100px;
}

.top_navi li a{
	display: block;
	float: left;
	width: 80px;
	height: 100px;
	color: #FFFFFF;
}


.top_navi a {
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
    background-color: #6ab1ab;
    color:#41A5BB;
}

.top_navi a:link {
	color:#FFFFFF;
}

.top_navi a:visited
   {color:#FFFFFF;}
   
.top_navi a:hover {
	color:#41A5BB;
	background-color:#333333;
}


/*------menu--------------------------------------*/
#menu2{ background-color:#FFF;
font-size:0.85em;
padding:7px 0px 7px 50px;
text-align:left;}



/*------sideL--------------------------------------*/
#sideL {
	float:left;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

.sideL{ padding-top:20px;}

.more {
	font-size: 12px;
	font-weight: normal;
    margin: -2.25em 0 10px;
    line-height: 1.5;
    text-align: right;
}


/*------sideR--------------------------------------*/

#sideR {
	float:left;
	width: 920px;
	margin-left: 20px;
	padding-top:10px;
}



#sub_banner {
	margin-top: 10px;
	width: 260px;
}

#sub_banner .banner{
	margin-bottom: 10px;
}


#info{ font-size:0.85em }


/*------footer--------------------------------------*/
#footer {
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding-top:20px;
    width: 100%;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 200px;
	text-align:center;
}

#f_box {
	width: 940px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footnavi {
}

ul.footer_text{
	margin-left: 10px;
	float: left;
	margin-top: 20px;

}

ul.footer_text li {
	padding-left: 15px;
	list-style-type: none;
}

#footer a {
    color:#666;
    text-decoration:none;
}
#footer a:hover {
    color:#41A5BB;
    text-decoration: none;
}



.item {
	background-image: url(../img/footer_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}



/*------2階層目_sideL--------------------------------------*/
#sideL2 {
	float:left;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	margin-top:30px;
	background-color:#FFF;
}



/*------2階層目_sideR--------------------------------------*/

#sideR2 {
	float:left;
	width: 180px;
	margin-left: 5px;
	margin-top:30px;
	padding:0px 5px 0px 0px;
	background-color:#FFF;
}




/*------class--------------------------------------*/
.text1 {
	text-align: left;
	margin: 5px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	padding: 5px;

}
.text2 {
	text-align: left;
	margin: 10px;
	padding-left: 100px;

}

.text3 {
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: right;
}

.text4 {
	margin-right: 10px;
	padding-left: 100px;
	font-size: 12px;
	text-align: right;
}

.copyright {
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #4C4C4C;
	font-size:0.8em;
	padding:10px;
}

/* footer */
#footer {
	bottom: 0;
	left: 0;
	margin: 0 auto;
    width: 100%;
	background-image: url(http://michieki365.com/asaji/wp-content/themes/asaji/img/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	text-align:left;
}

#f_box {
	width: 940px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footnavi {
}

ul.footer_text{
	margin-left: 10px;
	float: left;
	margin-top: 10px;

}

ul.footer_text li {
	padding-left: 15px;
	list-style-type: none;
}

#footer a {
    color:#FFFFFF;
    text-decoration:none;
}
#footer a:hover {
    color:#41A5BB;
    text-decoration: none;
}

#sns {
	float: right;
	padding-right: 40px;
	padding-top: 35px;
}

