@charset "UTF-8";
/*
Theme Name: お問い合わせ
*/

/*全体の設定*/
* {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
}
/*リンク画像の枠を消す、テキストのセンターに配置*/
img {
	border-width: 0px;
	vertical-align: middle;
}
body {
	font-size: 12px;
	line-height:18px;
	font-family:"Verdana","ＭＳ Ｐゴシック", Osaka;
	color: #555555;
	text-align: center;
	background:#FFFFFF
}

/*標準のリンク*/
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
b{
	color: #FF0000;
	font-weight: normal;
}

/*レイアウト枠：全体の枠と横幅・背景色*/
#page {
	margin: 10px auto;
	width: 500px;
	text-align: left;
}
/*ヘッダー*/
#header{
margin-bottom:10px;
}

#header p.bun{
text-align:center;
font-size:16px;
line-height:22px;
margin-top:10px;
}
#header span{
font-size:25px;
font-weight:bold;
color:#FF0000;
}
#header p.bun02{
text-align:left;
font-size:14px;
line-height:20px;
margin-left:38px;
}



