@charset "Shift_JIS";
/* CSS Document */

/*---リセット指定---*/
body,div,ul,li,h1,h2,h3,h4,h5,p,span {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;}
  
/*---ページ基本指定---*/
html {
	text-align:center;
	background:url(../images/common/bg.gif);}
body {
	position:relative;
	text-align:left;
	width:340px;
	padding:110px 40px 0 40px;
	margin:15px auto 100px auto;
	font:100%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, 
	"ＭＳ Ｐゴシック", "MS PGothic", 
	sans-serif;

/*---ページ角丸とシャドウの指定---*/
  -webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
  -webkit-box-shadow:3px 3px 6px rgba(0,0,0,0.3);
  -moz-box-shadow:3px 3px 6px rgba(0,0,0,0.3);
  box-shadow:3px 3px 6px rgba(0,0,0,0.3);
	
/*---上部ございん市の背景画像指定---*/
  background:url(../images/haruka/common/gozain_title.jpg) no-repeat center top;
  background-color:#fff;}

/*---リンクテキストの指定---*/
a {
	color:#963;
	text-decoration:underline;}
a:hover {
	color:#09F;
	text-decoration:none;}

/*---本文テキストの指定---*/
h3 {
	font-size:90%;
	line-height:1.28em;
	font-style:italic;
	color:#963;
	border-left:6px solid #963;
	padding-left:4px;
  margin-top:10px;
	margin-bottom:3px;}
p {
	width:340px;
	font-size:70%;
	line-height:1.5em;
	text-align:justify;
  color:#666;}
p.half a:hover {
  opacity:0.7;
	filter:alpha(opacity=70);}

/*---画像の角丸とシャドウの指定---*/
img {
	margin:4px 0 5px 0;
  border:none;
  -webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
  -webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:1px 2px 3px rgba(0,0,0,0.3);
  box-shadow:1px 2px 3px rgba(0,0,0,0.3);}

/*---最下部のback指定---*/
p.back {
	font-size:70%;
	text-align:center;
	padding:0 0 20px 0;}