@CHARSET "UTF-8";

/* ------------------------------------------------
　フォントに関連する設定のみ行うCSSです。
------------------------------------------------- */


/* ------------------------------------------------
　全体のフォント
------------------------------------------------- */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	color: #000000;
	font-size: 13px;
}

h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight: normal;
}

ins {
	font-size: 100%;
}

ol,ul {
	font-size: 100%;
}

table {
	font-size: 100%;
}

a {
	color: #0099CC;
	font-size: 100%;
}

a:hover {
	color: #0099CC;
}



abbr,acronym,address,applet,b,big,caption,center,cite,code,dd,dfn,div,dl,dt,em,fieldset,font,form,h6,html,i,iframe,img,kbd,label,legend,li,object,p,pre,s,samp,small,span,strike,strong,sub,sup,tbody,td,tfoot,th,thead,tr,tt,u,var
	{
	font-size: 100%;
}

blockquote,q {
	font-size: 100%;
}

del {
	font-size: 100%;
}
table caption{
 	color:#fff;
}
table th{
 	color:#333;
}
table td{
	color:#4A4A4A;
}
/* ------------------------------------------------
　ページエリアのフォント
------------------------------------------------- */
#page {
	font-size: 100%;
}

#page .send_bt {
	font-size: 0px;
}
#page h1{
	color:#000;

	padding-left:10px;
	font-size: 160%;
	font-weight: bold;
}
#page h2{
	color: #83795B;
	padding: 5px 3px;
	font-size: 160%;
	font-weight: normal;
}
#page h2 a,h2 a:visited {
	text-decoration: underline;
}
#page h2 a:hover {
	text-decoration: none;
}
#page h3{
	color:#252525;
	font-size: 120%;
	
}
#page h3 a,h3 a:visited {
	color:#333;
	text-decoration: underline;
}
#page h3 a:hover {
	color:#000;
	text-decoration: none;
}
#page p{
	color:#4A4A4A;
}

/* ------------------------------------------------
　ヘッダートップエリアのフォント
------------------------------------------------- */
#head_top h1 {
	color: #FFF;
	font-size: 11px;
}


#head_top h2 {
	font-size: 11px;
}

#head_top h2 a,
#head_top h2 a:hover,
#head_top h2 a:visited {
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------
　グローバルナビエリアのフォント
------------------------------------------------- */
#menu dt a:hover {
	color: #CCC;
}


/* ------------------------------------------------
　パンくずナビエリアのフォント
------------------------------------------------- */
#navi {
	font-family: verdana, arial, sans-serif;
}

#navi a {
	color: rgb(70, 122, 167);
}

#navi a:hover {
	color: rgb(42, 90, 138);
}

#navi li {
	color: rgb(125, 125, 125);
	font-weight: normal;
}

/* ------------------------------------------------
　フッターエリアのフォント
------------------------------------------------- */
#footer {
	color: #F485A0;
	font-size: 13px;
}

#footer a,#footer a:hover,#footer a:visited,#footer a:visited {
	color: #F485A0;
}

#footer h3 {
	font-weight: normal;
}

#footer h3.credits {
	font-weight: normal;
}

#footer_menu h4 {
	font-weight: bold;
}

#footer_menu li {
	font-size: 90%;
}

/* ------------------------------------------------
　サイドエリア（レフト）のフォント
------------------------------------------------- */
#left-content h2{
	font-size: 160%;
}
#left-content h3{
	font-size: 100%;
}
#left-content .box .small {
	font-size: 80%;
}


.paginationControl {
	font-size: 120%;
}

#left-content .dir p {
	font-size: 90%;
}

#left-content .fukidashi {
	color: #452D17;
	font-size: 16px;
	font-weight: bold;
}


#left-content p,
#left-content table {
	font-size: 90%;
}

/* ------------------------------------------------
　サイドエリア（ライト）のフォント
------------------------------------------------- */
#navi-content h2{
	font-size: 160%;
}
#navi-content h3{
	font-size: 100%;
}
#navi-content .box h2 span {
	font-size: 80%;
}

#navi-content .fukidashi {
	color: #452D17;
	font-size: 16px;
	font-weight: bold;
}



#navi-content p {
	font-size: 90%;
}

#navi-content  dt {
	font-size: 100%;
	font-weight: nomal;
}
#navi-content .box p span.child {
	font-size: 100%;
}

#navi-content .box p span.parent {
	font-size: 110%;
	font-weight: bold;
}

/* ------------------------------------------------
　メインエリアのフォント
------------------------------------------------- */
#main-content  .attension {
	color: #666;
	font-size: 90%;
}

#main-content  .desc {
	font-size: 110%;
	font-weight: nomal;
}

#main-content  .sub {
	color: #666;
	font-size: 90%;
}

#main-content  .sub_right {
	color: #666;
	font-size: 90%;
}




#main-content h3 span {
	color: #666666;
	font-size: 70%;
	font-weight: normal;
}

#main-content h3 span.category {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
background: #F9F4ED;
padding: 0 4px;
}


#main-content ol li {
	font-size: 120%;
}

/* ------------------------------------------------
　メインエリアワイドのフォント
------------------------------------------------- */


#wide-content h3 span.category {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
}
/**#wide-content .box1 h3 {
	font-size: 140%;
}**/
/* ------------------------------------------------
　フリーエリアワイドのフォント
------------------------------------------------- */

#free-content h3 span.category {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
}
/**#wide-content .box1 h3 {
	font-size: 140%;
}**/


/* ------------------------------------------------
　フォーム関連のフォント
------------------------------------------------- */
#commentForm {
	color: #555;
}

#commentForm textarea {
	color: #4c4c4c;
}

/* ------------------------------------------------
　ディレクトリーツリーのフォント
------------------------------------------------- */
#directory li {
	color: rgb(125, 125, 125);
	font-weight: bold;
}

#directory span {
	font-size: 120%;
	font-weight: bold;
}

#directory span.child {
	font-weight: normal;
}

#directory ul {
	font-size: 140%;
	font-weight: bold;
}

.righttag {
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
}

.lefttag {
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
}

#search_tag li {
	font-size: 150%;
	font-weight: normal;
}

#search_tag li a {
	font-weight: normal;
}

/* ------------------------------------------------
　サイトマップのフォント
------------------------------------------------- */
#sitemap li {
	font-size: 16px;
}

/* ------------------------------------------------
　ポップアップのフォント
------------------------------------------------- */
#simplemodal-container {
	color: #fff;
	font-size: 140%;
}

/* ------------------------------------------------
　サポートページのフォント
------------------------------------------------- */
#support dd {
	font-size: 110%;
}

#support dt {
	font-size: 14px;
	font-weight: bold;
}

#support h3 {
	font-size: 18px;
}

/* ------------------------------------------------
　その他のフォント
------------------------------------------------- */
.attention {
	color: #EF0E81;
	font-size:80%;
}

.li_flo {
	font-size: 80%;
	font-weight: normal;
}

.li_flo a {
	font-size: 80%;
	font-weight: normal;
}

.pages {
	font-size: 70%;
}

.regist_bt {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 5px 3px;
	background: #F99;
}

.submit {
	color: #ffffff;
	font-size: 14px;
}

.trendbox .tag li {
	font-size: 130%;
	font-weight: bold;
}

#images dd {
	color: #fff;
}

#tooltip {
	color: #fff;
	font-size: 12px;
}

#userimg li {
	font-size: 10px;
}

.box .tag li {
	font-size: 90%;
}

.box .title {
	font-weight: bold;
}

.comu_card h3 {
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
}

.confirm,.confirm_no {
	font-size: 160%;
}


.contactform input.field {
	font-size: 14px;
}

.contactform label.left {
	font-size: 110%;
	font-weight: bold;
}

.contactform select.combo {
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
}

.contactform textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 110%;
}

.count {
	color: #000;
	font-size: 120%;
	vertical-align: middle;

}

.desc {
	color: #646464;
	font-size: 16px;
}

.dir p {
	font-size: 90%;
}

.event dl dd.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.event dl dd.day {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
}

.error_box {
	font-size: 12px;
	line-height:1.6em;
}

.help {
	font-size: 10px;
}

.linbox {
	font-size: 11px;
}

.linktable {
	font-size: 130%;
}

.linktable input.text_field {
	font-size: 18px;
}

.linktable select {
	font-size: 16px;
}

.linktable select option {
	font-size: 16px;
}

input.login {
	font-size: 20px;
}

.resbox_top {
	font-size: 16px;
}

.small {
	font-size: 80%;
}



/* ------------------------------------------------
　ショップヘッドのフォント
------------------------------------------------- */
.shophead h3  {
	line-height: 40px;
	font-size: 110%;
	font-weight: bold;
}

#main-content .shophead h3 span.category {
	font-size: 90%;
	margin-left: 10px;
	background: #CFBA9B;
	padding: 3px 6px;
}
	

.button {
	font-size: 12px;
	color: #000;
}

.bottombar .category{
	color:#FF9900;
}
@charset "utf-8";
/* CSS Document */