﻿@charset "utf-8";

/* ------------------------------------ リセット ------------------------------------ */
ul,li,ol,dl,dd,p,h1,h2,h3,h4,h5,h6,address,div{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border: none;
	font-style: normal;
	font-weight: normal;
}
img{
   border:none;
   padding: 0px;
}
/* ------------------------------------ 　タグ　 ------------------------------------ */
body {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(image/body_bg.gif);
	font-size: 90%;
	color: #000000;
}
a:link {
	color: #0132CC;
	text-decoration: none;
}
a:visited {
	color: #880088;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
/* ------------------------------------ タグそのもの ------------------------------------ */
h1{
	padding: 5px 0px;
	background-color: #7BAFE6;
	background-image: url(image/content_main_h1.gif);
	text-align: center;
	font-weight: bolder;
	width: 100%;
	margin: 0px auto;
	letter-spacing: 0.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
blockquote {
	line-height: 2.0;
	padding: 10px 0px;
}
/* ------------------------------------ 色による装飾 ------------------------------------ */
.red_strong {
	font-weight: bold;
	color: #FF0000;
}
.pink_strong {
	font-weight: bold;
	color: #ff1493;
}
.violet_strong {
	font-weight: bold;
	color: #9900DD;
}
.orange_strong {
	font-weight: bold;
	color: #FF6600;
}
.tomato_strong {
	font-weight: bold;
	color: #ff6347;
}
.golden_strong {
	font-weight: bold;
	color: #b8860b;
}
.green_strong {
	font-weight: bold;
	color: #009900;
}
.big  {
	text-align: center;
	font-size: 150%;
	font-weight: bolder;
}
.bigger  {
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}
.blue_low    {
	background-color: #DDEEFF;
	letter-spacing: 0.1em;
}
.blue_low_low {
	background-color: #EEFFFF;
}

.blue_white   {
	background-color: #3366FF;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFFFFF;
}
.blue   {
	background-color: #8FBCEC;
	letter-spacing: 0.1em;
	text-align: center;
}
.green   {
	background-color: #8EFF88;
	letter-spacing: 0.1em;
	text-align: center;
}
.pink   {
	background-color: #FF9999;
	letter-spacing: 0.1em;
	text-align: center;
}
.orange   {
	background-color: #FFCC00;
	letter-spacing: 0.1em;
	text-align: center;
}
.white   {
	background-color: #FFFFFF;
}
.yellow  {
	background-color: #FFFF77;
}
.yellowB  {
	background-color: #FFFF00;
	font-weight: bold;
	padding: 3px;
	color: #000000;
}
.back_lawngreen {
	background-color: #7cfc00;
	color: #000000;
	padding: 3px;
}
.back_springgreen {
	background-color: #00ff7f;
	color: #000000;
	padding: 3px;
}
.back_skyblue {
	background-color: #00bfff;
	color: #000000;
	padding: 3px;
}
.back_aquamarine {
	background-color: #7fffd4;
	color: #000000;
	padding: 3px;
}
.nopadding {
	margin: 0px;
	padding: 0px;
}
.center-table {
	margin-right: auto;
	margin-left: auto;
}
.center-table td {
	text-align: center;
	padding: 5px 10px;
}
.padding-table {
	margin-right: auto;
	margin-left: auto;
}

.padding-table td {
	padding: 5px 10px;
}
.table-red {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-red td {
	padding: 5px 10px;
	border:1px solid #FF0000
}
.table-orange {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-orange td {
	padding: 5px 10px;
	border:1px solid #FF6600
}
.table-violet {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-violet  td {
	padding: 5px 10px;
	border:1px solid #FF00FF;
}
.table-blue {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-blue td {
	padding: 5px 10px;
	border:1px solid #0066FF
}
.table-black {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-black td {
	padding: 5px 10px;
	border:1px solid #000000
}
.table-green {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-green td {
	padding: 5px 10px;
	border:1px solid #009900
}
.table-gray {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-gray td {
	padding: 5px 10px;
	border:1px solid #999999
}
.table-gray-low {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-gray-low td {
	padding: 0px 5px;
	border:1px solid #999999
}
.table-blue-low {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-blue-low td {
	padding: 0px 5px;
	border:1px solid #0066FF
}
.tbc {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.tbc td {
	padding: 5px 10px;
	border:1px solid #999999
}
.table-mobile {
	margin: 0px auto;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF
}
.table-mobile td {
	padding: 5px 10px;
	border:1px solid #0066FF;
	text-align: center;	
}
.side-table {
	margin-right: auto;
	margin-left: auto;
}
.side-table td {
	padding: 0px 5px;
}
.side-center-table {
	margin-right: auto;
	margin-left: auto;
}
.side-center-table td {
	text-align: center;
	padding: 0px 5px;
}
.blank-table {
	margin-right: auto;
	margin-left: auto;
}
.blank-table  td {
	padding: 5px 60px;
}
.blank-table p {
	line-height: 2;
}
.imgl {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgc {
	margin: 0px auto;
}
.imgr {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* ------------------------------------ ラベル貼り ------------------------------------ */
#label1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

/* -------------------------------- 右ナビと左ナビ＆コンテンツを包む：アウトライン ----------------------------- */

#out-outside {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow:hidden;
	width: 1062px;
}

/* -------------------------------- 左ナビとコンテンツを包む：アウトライン ----------------------------- */

#out-outline {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow:hidden;
	width: 942px;
	float: left;
}

/* ----------------------------- 中央コンテンツのアウトライン -------------------------- */
#outliner {
	width: 820px;
	border: 1px solid #666666;
	float: right;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* ----------------------------------- ズラす部分 -------------------------------------- */
#outliner_up {
	top: 290px;
	position: relative;
	width: auto;
	overflow: hidden;
}

/* ------------------------------------ ヘッダー --------------------------------------- */
#top {
	height: 20px;
	width: 820px;
	background-repeat: repeat-x;
	background-image: url(image/top_bg.gif);
	margin: 0px;
	position: absolute;
	top: 0px;
}
#header {
	height: 100px;
	width: 800px;
	background-image: url(image/header_backimage.gif);
	background-repeat: repeat-x;
	background-color: #6191CD;
	padding: 30px 5px 30px 15px;
	position: absolute;
	top: 20px;
	font-size: 12px;
}
#header_logo {
	height: 100px;
	width: 320px;
	float: left;
}
#header_logo a {
	display: block;
}

#header_logo  a:hover {
	top: 1px;
	left: 1px;
}

#header_right {
	height: 100px;
	width: 470px;
	float: right;
}
#header_banner {
	height: 60px;
	width: 468px;
	padding:20px 0px 0px 0px;
	margin:0px;
	clear: both;
}
#header_map {
	float: none;
	height: 20px;
	margin-right: 20px;

}
#header_map li {
	float: right;
	margin-left: 20px;
}
#header_map li#mail {
	background-image: url(image/ico_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#header_map li#sitemap {
	background-image: url(image/ico_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#header_botton {
	float: right;
	height: 30px;
	width: 440px;
}
#header_botton li {
	float: right;
	margin-left: 10px;
	width: 200px;
	border: 2px solid #333333;
	height: 26px;
	background-color: #EEEEEE;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	font-weight: bolder;
}
#header_botton a {
	display: block;
	text-decoration: none;
	padding: 7px;
	color: #CC0033;
}
#header_botton a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
/* ------------------------------------ ナビ ------------------------------------ */
#navi {
	clear: both;
	background-image: url(image/navi_bgcolor.gif);
	background-color: #000000;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	height: 38px;
	position: absolute;
	top: 180px;
	width: 820px;
}
#navi li {
	float: left;
	width: 110px;
	background-image: url(image/navi_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	height: 38px;
	padding-right: 2px;
}
#navi li.home {
	background-color: #666666;
	padding-top: 14px;
	padding-bottom: 10px;
	color: #FF0000;
	font-size: 14px;
	letter-spacing: 0.1em;
	height: 14px;
}
#navi a {
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	height: 16px;
	text-decoration:none;
	color: #FFFFEE;
}
#navi a:hover {
	background-color: #000000;
}
/* ------------------------------------ パンくずリスト ------------------------------------ */
#topicpath {
	width: 820px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 28px;
	position: absolute;
	top: 220px;
	margin: 20px 0px;
	font-size: 12px;
}
#topicpath  li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#topicpath  li.home {
	background-image: url(image/content_path_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#topicpath  li.normal {
	background-image: url(image/content_path_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#bookmark {
	height: 18px;
	width: 145px;
	position: absolute;
	top: 245px;
	margin: 0px 0px 0px 620px;
}


/* ------------------------------------ 奥義紹介が無い場合 ------------------------------------ */
#banner {
	position: absolute;
	top: 220px;
	margin: 0px 0px 0px 580px;
}
/* ------------------------------------ 奥義紹介が無い場合 ------------------------------------ */
#content_only {
	width: 100%;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	padding-bottom: 30px;
}

.first {
	margin: 20px auto;
}
.first td {
	padding: 30px;
}
#content_phase {
	height: 40px;
	width: auto;
	margin-bottom: 20px;
}
#content_phase li {
	float: left;
	padding: 0px 50px;
}
#content_phase a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
.list-win {
	width: 80%;
	margin: 30px auto;
	padding: 20px 0px;
	border:medium double #959595;
}
.list-win  p {
	text-align: center;
	padding: 10px;
}

.short  {
	border: 1px solid #666666;
	width: 65%;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin: 40px auto;
	font-size: 12px;
}
.short       .cut       {
	padding: 5px 10px;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}
.short h2  {
	padding: 0px 30px;
	line-height: 2;
}
.short p  {
	padding: 0px 30px;
	line-height: 2;
}
.short a:visited {
	color: #0033CC;
}

.section  {
	clear: both;
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
}
.section    h3     {
	background-image: url(image/content_main_h2.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	background-color: #8FBCEC;
	padding: 5px 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bolder;
}
.section   p  {
	padding: 0px 30px;
	line-height: 2;
}
.main  {
	clear: both;
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
}
.main    h3     {
	background-image: url(image/content_main_h2.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	background-color: #8FBCEC;
	padding: 5px 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bolder;
}
.main   p  {
	padding: 20px 30px 40px;
	line-height: 2;
}

.return  {
	height: 20px;
	width: 90px;
	background-image: url(image/content_return_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	margin: 0px auto 30px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	background-color: #63A3E5;
}
.return  a  {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFDD;
	text-decoration: none;
}
.return   a:visited   {
	color: #FFFFDD;
}
.return   a:hover   {
	text-decoration: underline;
	position: fixed;
}
/* ------------------------------------ このジャンルのサイトマップ ------------------------------------ */
#mapping {
	clear: both;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}

#mapping   #title {
	padding: 5px;
	background-color: #7BAFE6;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
	height: 20px;
	margin-bottom: 30px;
}
#mapping .stable  {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #FFFFFF;
}
#mapping .stable td {
	width: 50%;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}
#mapping .smtable  {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #FFFFFF;
}
#mapping .smtable td {
	padding: 0px 5px 0px 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#mapping .explain {
	margin-bottom: 30px;
}
/* -------------------------------- リンク集 --------------------------------- */
#link {
	background-color: #F0F0F0;
	font-size: 90%;
	clear: both;
}
#link h6 {
	background-color: #CCCCCC;
	text-align: center;
	letter-spacing: 0.2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 5px;
}
#link ul {
	padding: 30px;
}
#link li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-left: 10px;
	padding-right: 10px;
	display: inline;
}
#link a {
	color: #666666;
}

/* ------------------------------------ フッター ------------------------------------ */
#footer {
	height: auto;
	width: auto;
	clear: both;
	background-color: #FFFFFF;
}
#footer_navi {
	clear: both;
	background-color: #E5E5E5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	height: 30px;
	width: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#footer_navi li {
	float: left;
	padding: 5px 10px;
}
#footer_copyright {
	background-image: url(image/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
#footer_copyright  li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_copyright  p {
	padding: 0px 10px;
}
#footer_google {
	margin: 10px 10px 0px 10px;
}
#under {
	height: 30px;
	width: auto;
	background-image: url(image/footer_under.gif);
	background-repeat: repeat-x;
}
#under address {
	text-align: center;
	padding-top: 5px;
}

/* -------------------------------- ズラした部分の埋め合わせ --------------------------------- */
#outliner_down {
	width: 820px;
	height: 290px;
}

/* ------------------------------------ 左にあるメニュー ------------------------------------ */
#outline_side {
	margin-top: 255px;
	font-size: 12px;
	float: left;
	width: 120px;
	overflow: hidden;
}

#outline_side li {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}


#outline_side a {
	display: block;
	padding: 5px;
	text-decoration: none;
}

#outline_side a:hover {
	background-color: #666666;
}
#outline_side .remark {
	margin-top: 20px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #990000;
	margin-bottom: 20px;
}
#outline_side .remark a {
	color: #FFFFFF;
	background-color: #333333;
}
#outline_side .remark a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}

#outline_side .fxmark {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF3300;
	border-bottom-color: #FF6600;
	border-left-color: #990000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#outline_side .fxmark a {
	color: #FFFFFF;
	background-color: #333333;
}
#outline_side .fxmark a:hover {
	color: #FF0000;
	background-color: #CCCCCC;
}


#outline_side   .top-black   {
	color: #FF3300;
	margin-bottom: 20px;
	background-color: #DDDDDD;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#outline_side .fx {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #663300;
}

#outline_side .fx a {
}

#outline_side .fx a:hover {
	color: #FF3300;
}

#outline_side .free_space {
	margin: 0 0 20px 0;
}
/* ------------------------------------ 右にあるメニュー ------------------------------------ */
#outline_right {
	margin-top: 250px;
	float: right;
	width: 120px;
	height: auto;
}

#outline_right li {
	margin-bottom: 25px;
}

#outline_right a {

}

#outline_right .free_space {
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
/* ------------------------------------ googleなどの広告 ------------------------------------ */

#TrendMatch600 {
	clear: both;
	height: 110px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#google728 {
	clear: both;
	height: 90px;
	width: 728px;
	margin: 10px auto;
}
#googleAd  {
	clear: both;
	height: 60px;
	width: 468px;
	margin: 10px auto 30px;

}
.google728 {
	clear: both;
	height: 90px;
	width: 728px;
	margin: 10px auto;
}
.google468  {
	clear: both;
	height: 60px;
	width: 468px;
	margin: 10px auto;

}
.google728-15 {
	clear: both;
	height: 15px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}
.google336 {
	height: 280px;
	width: 336px;
	margin-left: 30px;
	float: none;
}
.google336_left {
	height: 280px;
	width: 336px;
	float: left;
}
.google336_right {
	height: 280px;
	width: 336px;
	float: right;
	margin-right: 0px;
}
.google300 {
	height: 250px;
	width: 300px;
	margin-left: 30px;
	float: none;
}
.google300_left {
	height: 250px;
	width: 300px;
	float: left;
}
.google300_right {
	height: 250px;
	width: 300px;
	float: right;
	margin-right: 0px;
}
.google250 {
	height: 250px;
	width: 250px;
	margin-left: 30px;
	float: none;
}
.google250_left {
	height: 250px;
	width: 250px;
	float: left;
}
.google250_right {
	height: 250px;
	width: 250px;
	float: right;
	margin-right: 0px;
}
.google200 {
	height: 200px;
	width: 200px;
	margin-left: 30px;
	float: none;
}
.google200_left {;
	height: 200px;
	width: 200px;
	float: left;
}
.google200_right {;
	height: 200px;
	width: 200px;
	float: right;
	margin-right: 0px;
}
.google120 {
	height: 600px;
	width: 120px;
	margin-left: 30px;
	float: none;
}
.google120_left {;
	height: 600px;
	width: 120px;
	float: left;
}
.google120_right {;
	height: 600px;
	width: 120px;
	float: right;
	margin-right: 0px;
}
.google160 {
	height: 600px;
	width: 160px;
	margin-left: 30px;
	float: none;
}
.google160_left {;
	height: 600px;
	width: 160px;
	float: left;
}
.google160_right {;
	height: 600px;
	width: 160px;
	float: right;
	margin-left: 10px;
}
.google120_240 {
	height: 240px;
	width: 120px;
	margin-left: 30px;
	float: none;
}
.google120_240_left {;
	height: 240px;
	width: 120px;
	float: left;
}
.google120_240_right {;
	height: 240px;
	width: 120px;
	float: right;
	margin-right: 0px;
}
.microad220-3{
	height: 230px;
	width: 220px;
	margin-left: 27px;
	float: none;
}
.microad220-3_left {;
	height: 230px;
	width: 220px;
	margin-left: 27px;
	float: left;
}
.microad220-3_right {;
	height: 230px;
	width: 220px;
	float: right;
	margin-right: 0px;
}
.microad400-40{
	height: 40px;
	width: 400px;
	margin-left: 27px;
	float: none;
}
.microad400-80{
	height: 80px;
	width: 400px;
	margin-left: 27px;
	float: none;
}
.microad400-120{
	height: 120px;
	width: 400px;
	margin-left: 27px;
	float: none;
}
.microad400-160{
	height: 160px;
	width: 400px;
	margin-left: 27px;
	float: none;
}

