@charset "UTF-8";

/* Browser-CSS Reset */

* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:none;overflow:hidden;}
img {border:none;}
li {list-style-type:none;}
hr {display:none;clear:both;}
h2 {color:#d90000;margin:0px 5px;}

body {
	width:100%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#666666;
}

input,textarea,select{border-left:1px solid Dimgray;
border-right:1px solid Dimgray;
border-top:1px solid Dimgray;
border-bottom:1px solid Dimgray;
font-size:13px;color:Dimgray;background-color:#FFFFFF }


#wrapper {
	width:900px;
	margin:0px auto 10px auto;
	text-align:left;
	background-color:#fff;
}

#navi {
	clear:both;
}

#navi ul li {
    float: left;
}

/* ページ全体のリンク色 */
a {color:#666666;text-decoration:none;}
a:link {color:#666666;text-decoration:none;}
a:visited {color:#666666;text-decoration:none;}
a:hover {color:#d90000;text-decoration:underline;}
a:active {color:#666666;text-decoration:none;}

#header {
	height:106px;
}

h1 {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#main {
	clear:both;
	margin:0px 0px 0px 90px ;
	width:700px;
	line-height:19px;
	font-size:12px;
	text-align:right;
}

#main_intro {
	clear:both;
	margin:0px 0px 0px 204px ;
	line-height:28px;
	font-size:12px;
	background-image: url(../img/intro_bk.jpg);
	background-repeat: no-repeat;
}

#main_contact {
	clear:both;
	margin:0px 0px 0px 204px ;
	line-height:25px;
	font-size:12px;
}

/* ------ [e[u] ------ */

.cell01{
	border: 1px solid #555555;
}

.cell02{
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
}

.cell03{
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}



/* ------ [e[u-ka] ------ */

.t01{
	line-height:24px;
	font-size:16px;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	padding: 0px 0px 0px;
}

.t02{
	line-height:24px;
	font-size:16px;
	border-bottom: 1px solid #555555;
	padding: 0px 7px 0px;
}

.t03{
	line-height:22px;
	font-size:14px;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	padding: 5px 0px 5px;
}

.t04{
	line-height:22px;
	font-size:14px;
	border-bottom: 1px solid #555555;
	padding: 5px 12px 5px;
}

.t05{
	line-height:22px;
	font-size:14px;
	border-right: 1px solid #555555;
	padding: 5px 0px 5px;
}



/* ------ [txt] ------ */



strong {
	line-height:17px;
	font-size:14px;
	padding: 0px 0px 0px 0px;
}

.txt01 {
	line-height:19px;
	font-size:12px;
	color: #333333;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

.txt01 a{
	color: #333333;
	text-decoration : none ;
}

.txt01 a:hover, .txt01 a:active {
	color: #737373;
	text-decoration : underline ;
}


.txt02 {
	line-height:19px;
	font-size:12px;
	color: #333333;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

.txt02 a{
	color: #333333;
	text-decoration : none ;
}

.txt02 a:hover, .txt02 a:active {
	color: #737373;
	text-decoration : underline ;
}






.txt022 {
	line-height:22px;
	font-size:14px;
	color: #222222;	
	background-image: url(../img/mb01.gif);
	background-repeat: no-repeat;
}

.txt03 {
	line-height:22px;
	font-size:14px;
	color: #41A67B;
	padding: 0px 15px 0px;
	background-image: url(../img/mb02.gif);
	background-repeat: no-repeat;
}

.txt04 {
	line-height:22px;
	font-size:14px;
	color: #41A67B;
	padding: 0px 30px 0px;
	border-bottom: 1px solid #555555;
}

.txt05 {
	line-height:19px;
	font-size:12px;
	color: #333333;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ pゴシック", "Osaka‐等幅";
}

.txt05 a{
	color: #333333;
	text-decoration : none ;
}

.txt05 a:hover, .txt05 a:active {
	color: #737373;
	text-decoration : underline ;
}


.copy {
	line-height:14px;
	font-size:10px;
	color: #666666;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

@media screen and (max-device-width: 300px) {

body {
	width:100%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#666666;
}

#wrapper {
	text-align:left;
	background-color:#fff;
}

#main {
}

#main_intro {
	background-image: url(../img/intro_bk.jpg);
	background-repeat: no-repeat;
}

#main_contact {
}


}