@charset  "Shift_JIS";

/* == リンク色設定 ==================================== */

a:link			{color: #0000FF;text-decoration: none;}
a:visited	{color: #000099;text-decoration: none;}
a:hover		{color: #0000FF;text-decoration: underline;}
a:active		{color: #FF9900;text-decoration: none;}
a img {border: 0;}
a img.photo	{border:1px #004579 solid;}

/* == ページ設定 ==================================== */

body {
	margin: 0px;
	padding:	0px;
	font-family: osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	background:#fff;
}


#body	{
	/*中央表示*/
	/*margin: 0px auto 0px auto;*/
	padding:	0px;
	/*幅*/
	width: 750px;
}

.copyright {
	font-family: osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing:0px;
	padding-bottom: 10px;
}


/* == スタイル設定 ==================================== */


/* 会社名 */
.company{
	font-size:20px;
	font-weight:bold;
	color:#000;
}

/* 住所他 */
.address{
	font-size:12px;
	color:#000;
}

/* トップページ<%=Server.HTMLEncode(dsp_mei)%> */
.toptitle{
	font-size:16px;
	color:#003366;
}

/* 上記の下にある文章 */
.toptext{
	font-size:12px;
	color:#333;
	line-height:140%;
}

/* テキスト小 */
.texts{
	font-size:10px;
	color:#333;
}

/* テキスト中 */
.textm{
	font-size:12px;
	color:#333;
}

/* テキスト大 */
.textl{
	font-size:14px;
	color:#333;
}

/* 問合せの● */
.maru	{
	font-size:12px;
	color:#003366;
}