@charset "utf-8";
/* CSS Document */

/* リセットタグ */

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

html,body{
	background-image:url(img/bg_top.gif);
	background-color:#FFD4E3;
	background-repeat:repeat-x;
	scrollbar-face-color: #ff6699;       /* 表面の色 */
    scrollbar-3dlight-color: #ff99cc;    /* 左端と上端の色 */
    scrollbar-darkshadow-color: #660000; /* 右端と下端 */
    scrollbar-highlight-color: #ffccff;  /* ハイライトの色 */
    scrollbar-shadow-color: #990033;     /* 影の色 */
    scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
    scrollbar-track-color: #ffccff;      /* バーの背景の色 */
}

/*************************************/
/*            フレーム               */
/*************************************/

#sitebg {
	margin:0;
	background-image:url(img/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
	-webkit-border-radius: 10px;    /* Safari,GoogleChrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 6px #94325E;
	-webkit-box-shadow: 2px 2px 6px #94325E;
	box-shadow: 2px 2px 6px #94325E;
	position:relative;
	behavior: url(PIE.htc);
}

#header{
	height:20px;
	width:1000px;
	line-height:20px;
	margin:0 auto ;
	background-color:#F14B96;
	color:white;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#header_navi {
	height:20px;
	width:1000px;
	margin:0 auto 5px;
	background-color:#333;
	text-align:right;
}

#header_navi p {
	margin-right:5px;
	color:#FFF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
	line-height:200%;
}

#header_navi a{
	color:#CCC;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
}

#header_navi a:hover{
	color:#F6F;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
}

#leftbox{
	width:100px;
	margin:5px;
	text-align:center;
	float:left;
	display: block;
	background-color:#FFF;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 1px 1px 2px #94325E;
	-moz-box-shadow: 1px 1px 2px #94325E;　	
	-webkit-box-shadow: 1px 1px 2px #94325E;
	position:relative;
	behavior: url(PIE.htc);
}

#leftbox img { margin:5px auto; }

#mainbox{
	height:auto;
	width:890px;
	float:right;
}

#mirro_link {
	height:auto;
	width:880px;
	margin:8px auto 5px;
	display:block;
	border:#F39 1px solid;
	background-image:url(img/mirror_link.gif);
	background-repeat:no-repeat;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	background-color:fff;
	position:relative;
	behavior: url(PIE.htc);
}

#mirro_link p {
	margin: 30px 8px 8px;
	color:#F06;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	line-height:160%;
}

.mlink {
	color:#6C0935;
	font-size:14px;
}

#mirro_link a{
	color:#6C0935;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


#bnr_area {
	height:260px;
	width:890px;
	margin:auto ;
	text-align:center;
}

#bnr_area ul {
	height:260px;
	width:890px;
	margin:5px 12px;
	list-style-type:none;
}

#bnr_area li {
	float:left;
	list-style-type:none;
	margin:2px auto;
}

.clearleft { clear:left; }

#bnr_area table {
	text-align:center;
}

.bnr_img1 {margin:0px 3px 0px 0px;}

.bnr_img {margin:0px 10px 0px 0px;}

.bnr_img2 {margin:2px 2px;}


#mirro_link a:hover {
	color:#F6F;
}

#content{
	width:890px;
	float:right;
}

#contentleft{
	margin-left:5px;
	width:680px;
	float:left;
}

#contentright{
	width:205px;
	float:left;
}

.maginleft_10 {
	margin-left:10px;
}



#product {
	height:auto;
	width:1000px;
	clear:both;
}

#underbox {
	clear:both;
	height:52px;
	width:1000px;
	background-image:url(img/under_bg.gif);
	background-repeat:no-repeat;
}

#footer{
	height:100px;
	width:1000px;
	text-align:center;
	margin: 0px auto;
	position:relative;
	background-image:url(img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-color:#F14B96;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	box-shadow: 2px 2px 6px #94325E;
	-moz-box-shadow: 2px 2px 6px #94325E;
	-webkit-box-shadow: 2px 2px 6px #94325E;
	position:relative;
	behavior: url(PIE.htc);
}
	
#flot { float:left; }

#clear { clear:both; }

hr {
	height:2px;
   	width:870px;
   	border-width:2px 0px 0px 0px;
   	border-style:dashed;
   	border-color:#F9F;
   	margin: auto;
}

/*************************************/
/*      トップイメージ画像           */
/*************************************/

#top_img{
	height:350px;
	width:890px;
}

/*************************************/
/*        ナビゲーション             */
/*************************************/

#navi{
	height:50px;
	width:890px;
}

#navi ul li{
	float:left;
	margin:0px auto;
	list-style-type:none;
}

/*************************************/
/*        ナビゲーション02           */
/*************************************/

#navi02{
	height:65px;
	width:890px;
}

#navi02 ul li{
	float:left;
	margin:0px 3px;
	list-style-type:none;
}


/*************************************/
/*           トピックス              */
/*************************************/

/*トピックス00*/

#topics_00{
	height:642px;
	width:680px;
	margin:0px 0px 10px 0px;
	background-image:url(img/680_pk_top_02.jpg);
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #666;
	-moz-box-shadow: 2px 2px 4px #666;　	
	-webkit-box-shadow: 2px 2px 4px #666;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#banner_box {
	margin: 10px auto;
	position: relative;
	display: block;
	width: 630px;
	height: 125px;
	background-image:url(img/630_bn_master_up.jpg);
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #666;
	-moz-box-shadow: 2px 2px 4px #666;　	
	-webkit-box-shadow: 2px 2px 4px #666;
	/*ie用*/
	behavior: url(PIE.htc);
}

#tuuhan {
	height: 170px;
	width: 630px;
	margin: 3px auto;
	text-align:center;
}

/*トピックス最新ニュース用*/

#topics_news{
	height: auto;
	width:680px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	margin:0 0 10px 0px;
	text-align:center;
	padding:30px 0px 10px;
	background-image:url(img/topic_new.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #F3C;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #FCF;
	-moz-box-shadow: 2px 2px 4px #FCF;　	
	-webkit-box-shadow: 2px 2px 4px #FCF;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}


#topics_news p{
	margin: 10px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}

#topics_news small {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/*トピックス テレカ*/

#topics_tereka{
	height: auto;
	width:680px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	margin:10px auto;
	padding:35px 0px 10px;
	text-align:center;
	background-image:url(img/topic_tereka.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #06F;
	letter-spacing: -1.4px;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #0CF;
	-moz-box-shadow: 2px 2px 4px #0CF;　	
	-webkit-box-shadow: 2px 2px 4px #0CF;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#topics_tereka p a {
	color:#03F;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
}

#topics_tereka p a:hover {
	color:#F3C;
}

#topics_tereka table {
	height:auto;
	width:660px;
	margin:5px auto;
	border:#34BAFF 2px solid;
	border-collapse:collapse;
	background-color:#FFF;
	text-align:center;
}

#topics_tereka td {
	border:#34BAFF 2px solid;
	border-collapse:collapse;
}

#topics_tereka img { margin:3px auto; }


.tereka_top {
	color:#FFF;
	background-color:#333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	line-height:150%;
}

.shop_name {
	height:auto;
	width:220px;
	background-color:#FF5DB8;
	text-align:center;
}

.shop_name a {
	color:#333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	line-height:150%;
}

.shop_name a:hover { color:#FFF; }


/*トピックス乳双用*/

#topics_muso{
	height: auto;
	width:680px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	margin:0 0 10px 0px;
	padding:35px 0px 10px;
	text-align:center;
	background-image:url(img/h_musou_about.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #00ce53;
	letter-spacing: -1.4px;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #9bed64;
	-moz-box-shadow: 2px 2px 4px #9bed64;　	
	-webkit-box-shadow: 2px 2px 4px #9bed64;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

.iborder img{border: solid 1px #249dd5;}/*イメージボーダー用*/

#topics_muso h1{
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #0066FF;
	line-height: 180%;
}

#topics_muso p{
	margin: 10px 0 10px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}

#topics_muso small {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#topics_muso a {
	font-weight: bold;
	font-size: 12px;
	color: #0066FF;
	line-height: 180%;
}

#topics_muso a:hover {
	color: #F39;
}

.banner_img1 { margin:5px; }

.banner_img2 { margin:5px auto;} 

.banner_img3{ margin:1px auto;} 

.banner_img3{ margin:1px auto;} 

.banner_img4 { 
	border:#00F 1px solid;
	margin:5px;
}

.topics_i img{ margin: 15px auto;}

/*トピックス孕ませ用*/

#topics_haramase{
	height: auto;
	width:680px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	margin:0 0 10px 0px;
	padding:30px 0px 10px;
	background-image:url(img/topic_haramase.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #A41C77;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #F6F;
	-moz-box-shadow: 2px 2px 4px #F6F;　	
	-webkit-box-shadow: 2px 2px 4px #F6F;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#topics_haramase h1{
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #0066FF;
	line-height: 180%;
}

#topics_haramase p{
	margin: 10px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}


/*トピックス雪姫用*/

#topics_yuki{
	height: auto;
	width:680px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	margin:0 0 10px 0px;
	padding:30px 0px 5px;
	background-image:url(img/topic_yuki.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align: center;
	overflow:hidden;
	border: solid 2px #ff136c;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #F96;
	-moz-box-shadow: 2px 2px 4px #F96;　	
	-webkit-box-shadow: 2px 2px 4px #F96;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

/*トピックス明日香用*/

#topics_asuka{
	height: auto;
	width:680px;
	margin:0 0 10px 0px;
	padding:30px 0px 5px;
	background-image:url(img/topic_asuka.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align: center;
	overflow:hidden;
	border: solid 2px #ff6c3f;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #FC0;
	-moz-box-shadow: 2px 2px 4px #FC0;　	
	-webkit-box-shadow: 2px 2px 4px #FC0;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

/*トピックス システム用*/

#topics_system{
	height: auto;
	width:680px;
	margin:0 0 10px 0px;
	padding:30px 0px 10px;
	background-image:url(img/topic_system.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align: center;
	overflow:hidden;
	border: 2px solid #2babf5;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 4px #65FFEF;
	-moz-box-shadow: 2px 2px 4px #65FFEF;　	
	-webkit-box-shadow: 2px 2px 4px #65FFEF;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#topics_system h4 {
	margin-top: 25px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FF0066;;
	line-height: 180%;
}

#topics_system p{
	margin: 10px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: left;
}


/*************************************/
/*         　 更新履歴　             */
/*************************************/

#log {
	height: auto;
	width:180px;
	margin:0px 5px 15px 10px ;
	padding-top:23px;
	padding-bottom:10px;
	background-image:url(img/log_top.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #249dd5;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 2px #3CE1FF;
	-moz-box-shadow: 2px 2px 2px #3CE1FF;　	
	-webkit-box-shadow: 2px 2px 2px #3CE1FF;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#log small {
	padding-left:2px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	font-weight:bold;
	color:#F03;
	line-height:130%;
}

#log p {
	margin:0 0 10px;
	padding-left:5px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11.5px;
	color:#06F;
	letter-spacing: -0.15em;
	line-height:150%;
}

#log a {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11.5px;
	color:#06F;
	letter-spacing: -0.15em;
	line-height:150%;
}

#log a:hover {
	color:#F3C;
}

/*************************************/
/*          パブリッシュ             */
/*************************************/

#publish {
	height: auto;
	width:185px;
	margin:0px 5px 15px 10px ;
	padding-top:23px;
	text-align:left;
	background-image:url(img/publish_top.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #161379;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 2px #4959C5;
	-moz-box-shadow: 2px 2px 2px #4959C5;　	
	-webkit-box-shadow: 2px 2px 2px #4959C5;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#publish p{
	padding-left:2px;
	margin-bottom: 10px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#06F;
	line-height: 130%;
}

#publish a{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#06F;
	line-height: 130%;
}
#publish a:hover{ text-decoration: underline;}

#publish small{
	padding-left:3px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	font-weight:bold;
	color:#F03;
	line-height:130%;
}

/*************************************/
/*          おっぱい乳ース           */
/*************************************/

#oppainews {
	height: auto;
	width:185px;
	margin:0px 5px 15px 10px ;
	padding-top:23px;
	text-align:center;
	background-image:url(img/oppainews_top.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	overflow:hidden;
	border: solid 2px #F14B96;
	/*角丸*/
	border-radius: 10px;
	-moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
	/*ドロップシャドウ*/
	box-shadow: 2px 2px 2px #4959C5;
	-moz-box-shadow: 2px 2px 2px #4959C5;　	
	-webkit-box-shadow: 2px 2px 2px #4959C5;
	/*ie用*/
	position:relative;
	behavior: url(PIE.htc);
}

#oppainews {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#CA1A72;
}

#oppainews img { margin:5px auto; }


/*************************************/
/*           製品情報                */
/*************************************/

#product table {
	height:395px;
	width:1000px;
	background-image:url(img/product_bg.jpg);
	background-repeat:no-repeat;
}

.product {
	padding-left:5px;
	color:white;
	background-image:url(img/product_top.png);
	background-repeat:repeat-y;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:15px;
	font-weight:bold;
}

.title {
	padding-left:5px;
	color:#039;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
}

.menu {
	padding-left:10px;
	color:#F14B96;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
}

.date {
	padding-left:5px;
	color:#666;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:normal;
}


/*************************************/
/*          フッターナビ             */
/*************************************/

#footer_navi {
	margin: auto;
	height: 25px;
	width: 800px;
	text-align: center;
}

#footer_navi ul li{
	float:left;
	margin:5px;
	position: relative;
	list-style:none;
	line-height:100%;
}
	

#footer p {
	margin-top:5px;
	color:#FFF;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:130%;
}

#footer small {
	color: #600030;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
	line-height: 150%;
}

/******************************************************************************/
/*        　　  フォント用クラス    　　　                                    */
/******************************************************************************/

/****************    黒色系    ***********************/

.black_12b {
	color:#333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}

.black_14b {
	color:#000;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

.glay_14 {
	color:#666;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
}

/****************    赤色系    ***********************/

.red_n {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.red_b { 
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight:bold;
}

.red_11n {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	font-weight:normal;
	line-height:1.5;
}
.red_11b {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
	font-weight:bold;
}

.red_12b {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}

.red_14b {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

.red_16b {
	color:#FF3366;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
}

.red_24b {
	color:#F39;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:24px;
	font-weight:bold;
}

.red_20b {
	color:#F39;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:20px;
	font-weight:bold;
}

/****************    青色系    ***********************/

.blue_n {
	color:#0066FF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:150%;
}

.blue_b {
	color: #0066FF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	line-height:150%;
}

.blue_12b {
	color:#06F;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}

.blue_14n {
	color:#0066FF;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	line-height:150%;
}


.blue_14b {
	color:#06F;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}

.blue_16b {
	color:#06F;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
}

/****************    ピンク色系    ***********************/

.pink_naname {
	color:#FF0099;
	font-style: italic;
}

.pink12 {
	font-size: 12px;
	color: #ff3399;
	line-height:150%;
}

.pink12_b {
	font-size: 12px;
	font-weight: bold;
	color: #ff3399;
}

.pink13 {
	font-size: 13px;
	color: #ff3399;
	line-height:150%;
}

.pink13_b {
	font-size: 13px;
	font-weight: bold;
	color: #ff3399;
}

.pink14 {
	font-size: 14px;
	color: #ff3399;
	line-height:150%;
}

.pink14_b {
	font-size: 14px;
	font-weight: bold;
	color: #ff3399;
}

.pink15 {
	font-size: 15px;
	color: #ff3399;
	line-height:150%;
}

/****************    緑色系    ***********************/

.green_b {
	color: #339966;
	font-weight:bold;
}

.green_12b {
	color: #339966;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}

.green_14b {
	color: #00CC33;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
}

.green_16b {
	color: #00CC33;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}

/****************    その他    ***********************/

.white {
	color:#FFF;
	line-height:150%;
}

.style1 {
	color: #999;
	font-weight:bold;
	text-decoration:line-through;
}
.style2 {
	font-size: 14px;
	color: #0066FF;
}
.color_red {color: #FF0066}
.style6 {color: #FF0066; font-weight: bold; }
.style8 {font-size: 14px; color: #0066FF; font-weight: bold; }
.style9 {color: #FF33CC}
.style11 {color: #0066FF}
.style13 {color: #FF0066; font-weight: bold; font-size: 14px; }
.style15 {color: #0066FF; font-weight: bold; }
.style16 {
	color: #FF3399;
	font-size: 12px;
}
.style18 {
	color: #666666;
	font-size: 12px;
	font-style: italic;
}
.style19 {font-size: 12}

.style20 {
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	line-height: 150%;
}

#floatleft { float:left; }

#clearboth { clear:both; }


/************************************/
/*			　fontpallet			*/
/************************************/
* strong {
	font-weight: bold;
}

.gray12 {
	font-size: 12px;
	color: #666666;
}

.orange12_b {
	font-size: 12px;
	font-weight: bold;
	color: #ff8040;
}

.blue12 {
	font-size: 12px;
	color: #3366FF;
}


.red12 {
	font-size: 12px;
	color: #ff3366;
}

.red12_b {
	font-size: 12px;
	font-weight: bold;
	color: #ff3366;
	line-height:150%;
}

.blue13 {
	font-size: 13px;
	color: #3366FF;
}

.blue13_b {
	font-size: 13px;
	font-weight: bold;
	color: #3366FF;
}



.red13 {
	font-size: 13px;
	color: #ff3366;
}

.red13_b {
	font-size: 13px;
	font-weight: bold;
	color: #ff3366;
}

.blue14 {
	font-size: 14px;
	color: #3366FF;
}

.blue14_b {
	font-size: 14px;
	font-weight: bold;
	color: #3366FF;
}


.red14 {
	font-size: 14px;
	color: #ff3366;
}

.red14_b {
	font-size: 14px;
	font-weight: bold;
	color: #ff3366;
}

s {text-decoration: line-through;}

.bnr_boder { border:#06F 1px solid ;}

