body {
 	background: #E0FFFF;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: 0.05em;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",arial, helvetica,"ＭＳ Ｐゴシック", Osaka;
}

br {letter-spacing:0;}

a, p, h1, h2, h3, h4, h5, h6, blockquote {
 	margin: 0;
 	padding: 0;
 	border: 0;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration:underline;
}
a:hover{
	color: lightskyblue;
	text-decoration: none;
}

/***** ヘッダー ****/
#header {
	height:25px;
	margin: 0;
	color: #FFF;
	background: url("http://dogs.uflgd.com/img/header_lblue.gif") no-repeat top center;
}

#header h1{
	margin-top:3px;
	font-size: 12px;
	font-weight: normal;
	color: silver;
	text-align: center;
}


#base{
	width: 780px;
	margin: 0 auto;
	background: url("http://dogs.uflgd.com/img/base_back_lblue.gif") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#header2 {
	height:100px;
	margin: 0;
	color: #FFF;
	text-align: left;
	background: url("http://dogs.uflgd.com/img/header2.gif") no-repeat;
}

/***** パンくずリスト *****/
.navi {
	margin :10px 0 10px 14px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: royalblue;
	text-decoration: none;
}

.navi a:hover {
	color: lightskyblue;
	text-decoration: underline;
}

/***** コンテンツ *****/
#content {
	width: 730px;	
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	font-size: 15px;
	line-height:160%;
	overflow: hidden;
}

#content h2{
	margin: 10px 0 14px 0;
	border: 0px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	display: block;
	text-align: left;
	text-indent: 10px;
	background: url("http://dogs.uflgd.com/img/h2_back.gif") no-repeat top left;
	padding: 0 0 0 28px;
}
			
#content h2 a {
	color: black;
	text-decoration: none;
}
					
#content h2 a:hover {
	color: black;
	text-decoration: none;
}


#content .intro{
	margin-top: 0px;
	margin-left: 146px; /* ← 値を変えて、配置を調整してください */
	text-align: left;
}

#content .introlink{
	margin-top: 20px;
	text-align: center;
	padding-right: 4px; /* ← 値を変えて、配置を調整してください */
}

#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
}

#content .doc{
	margin: 0 0 10px 12px;
	text-align: left;
}

#content .doc p{
	padding: 5px 0;
}

#content .text{
	margin: 0 40px 40px 40px;
	text-align: left;
	line-height: 150%;
}

/***** 強調文字 *****/
#content .btext{
	color:black;
	font-weight:bold;
}

#content .btext2 {
	color: darkred;
	font-size:16px;
	font-weight:bold;
}


/***** 文字の頭につける画像（マーク）*****/
#content .mk_arw1 {
	background:url(http://dogs.uflgd.com/img/mk_arw1.gif) no-repeat top left;
	padding: 4px 0 0 42px;
	font-weight:bold;
	font-size:17px;
}
#content .mk_arw2 {
	background:url(http://dogs.uflgd.com/img/mk_arw2.gif) no-repeat top left;
	padding: 0 0 0 19px;
}
#content .mk_chk1 {
	background:url(http://dogs.uflgd.com/img/mk_chk1.gif) no-repeat top left;
	padding: 4px 0 0px 28px;
	margin-bottom:4px;
	font-size:14px;
	color:black;
}
#content .mk_li1 {
	background:url(http://dogs.uflgd.com/img/mk_li1.gif) no-repeat top left;
	padding: 0 0 0 25px;
}
#content .mk_li2 {
	background:url(http://dogs.uflgd.com/img/mk_li2.gif) no-repeat top left;
	padding: 0 0 0 24px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
}


#content .qrcode{
    float:right;
    width: 150px;
    height: 180px;
    border: 1px solid #CCC;
}

#content .inner{
    padding: 15px 10px 10px 10px;
    font-size: 10px;
    text-align: center;
    line-height: 120%;
}

#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}


/***** トラックバック＆コメント *****/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	padding: 5px;
	text-align: center;
}

#content .next{
	text-align: right;
    font-size: 12px;
}


#news dl{
	margin: 10px 0 40px 0;
	color: #555;
	text-align: left;
}

#news dt a{
	margin: 0 0 0 20px;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

#news dd{
	margin: 0 0 0 25px;
	color: #666;
	font-size: 12px;
}


/***** フッターメニュー *****/
ul#fmenu{
    padding: 10px 120px;
    list-style: none;
    text-align: center;
}

#fmenu li{
    margin: 0;
    line-height: 150%;
    display: inline;
}


/***** フッターナビ *****/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 20px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/***** フッター *****/
#footer{
 	clear: both;
 	width: 780px;
 	height: 60px;
 	margin: 0 auto;
 	color: darkgray;
 	padding: 0;
 	text-align: left;
	background: url("http://dogs.uflgd.com/img/footer_lblue.gif") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

#footer a:link, #footer a:visited, #footer a:active {color: darkgray;text-decoration: none;}
#footer a:hover{color : silver;text-decoration: none;}


/***** 特商法 *****/

.legal {
	font-size:14px;
}

.legal th {
	padding: 6px;
	color: black;
	background-color: gainsboro;
	text-align: center;
	font-weight:normal;
	font-size:14px;
}
.legal td {
	padding: 6px;
	color: #333;
	background-color: white;
	text-align: left;
	font-size:12px;
}
.legal a:link, .legal a:visited, .legal a:active {color: darkgray;text-decoration: none;}
.legal a:hover{color : silver;text-decoration: none;}

