@charset "utf-8";

/* ブラウザスタイルの初期化 */

*{
  margin: 0;
  padding: 0;
  color: black;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  text-decoration: none;
  }

img {
  border: 0;
  }

/* body要素のスタイル */

body {
  background:url(../img/tokyoback.gif) repeat-x;
  text-align:center;
  }

h1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 280px;
	padding-top: 40px;
  }


/* リンクカラー */

a:link,
a:visited,
a:active  {
	color: #336699;
	text-decoration: none;
	}

a:hover   {
	color: #336699;
	text-decoration: underline;
	}



/* div#header01のスタイル */

div#header01 { 
	margin-left: auto;
	margin-right: auto;
    width: 1000px;
    height: 76px;
    background-image: url(../img/logo.gif);
  } 

/* div#headmenuのスタイル */

div#headmenu {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 26px;
	background-image: url(../img/headmenu_bg.gif);
	clear: both;
  } 

/* div#containerのスタイル */

div#container {
	width: 1000px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #666666;
	font-size: 13px;
	margin-bottom: 15px;
	text-align: left;
  }


  
/* div#headertopのスタイル */

div#headertop { 
  width: 883px;
  height: 282px;
  background-image: url(img/header.jpg);
  }

/* div#wrapperのスタイル */

div#wrapper {
	width: 1000px;
	background:url(img/menu_bg.gif);
	padding: 0px 13px;
  }  
  

/* div#sidebarのスタイル */

div#sidebar {
	float: left;
  }

div#sidebar h3 {
   font-size:12px;
   margin: 5px 0px;
   }

div#sidebar h3 a:link {
  color: #FF3900;
  font-weight: bold;
  }

div#sidebar h3 a:visited {
	color: #FF3900;
	font-weight: bold;
  }


div#sidebar h3 a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration:underline;
  }
  
/* div#menuのスタイル */

div#menu {
	border: #ffffff solid 1px;
	width: 174px;
	background-color: #F6F6F6;
	font-size: 12px;
	}

 /* div#contentのスタイル */
 
div#content {
	float: left;
	width: 557px;
	margin-left: 10px;
	margin-right: 12px;
  }

 /* div#mainboxのスタイル */
 
div#mainbox{
	border:#999999 solid 1px;
	width: 531px;
	padding: 10px;
	margin: 10px 2px 0px 2px;
   }

 
div#mainbox h2 {
	width: 531px;
	height: 34px;
	background:url(../img/h2_bg.gif) no-repeat;
	color: #C9171E;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
  }
  
h3 {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px dotted #036;
	margin-top: 20px;
	margin-bottom: 10px;
  }

h3 a {
	color: #003399;
	font-weight: bold;
  }

div#content h4 {
	font-size:12px;
	color: #FF6600;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
  }
  
div#content h4 a{
	font-size:12px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2px;
  }  

/* div#rightsideのスタイル */

div#rightside {
	float: left;
	width: 214px;
  }

/* div#footerのスタイル */

div#footer {
  clear: both;
  width: 1000px;
  font-size: 0.8em;
  text-align: center;
  }
div#footer p {
  padding: 0.5em;
  color: #666666;
  }
div#footer address {
	padding: 0.5em 0em 1em 0em;
	color: #FFFFFF;
	background-color: #666666;
	margin-top: 10px;
  }

div#footer a {
  color: #957164;
  }

div#footer a:hover {
  text-decoration: underline;
  }
  
/* その他の共通スタイル */


.mb10 {
	margin-bottom: 10px;
	}
	
.mb20 {
	margin-bottom: 20px;
	}

.goto { 
  text-align: right;
  margin-right: 10px;
  font-size: 10px;
  }
.gotop {
  text-align: right; 
  font-size: 0.7em;
  margin-bottom: 10px;
  }

p.detail {
    padding-right: 5px;
	font-size: 11px;
	color: #473127;
	}

img.left {
	float: left;
	margin-right: 10px;
  }
img.right{
	float: right;
	margin: 5px 10px 5px 5px;
  }
.clearfloat{
  clear: both;
  }

.p5 {
  padding:5px;
  }

.ol01 {
  padding-left: 30px;
  }
  
ul.menu {
	padding-left: 22px;
	margin-bottom: 10px;
  }
  
li.menu01{
	height: 20px;
	list-style-image: url(../img/ya_1.gif);
	padding-top: 5px;
	}

li.menu02{
	height: 20px;
	list-style-image: url(../img/ya_2.gif);
	padding-top: 5px;
	}

li.menu03{
	height: 20px;
	list-style-image: url(../img/ya_3.gif);
	padding-top: 5px;
	}

.t00 {
	background-color: #AAAAAA;
	margin-left: 6px;
	width: 510px;
  }

.t01 {
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 15px;
	font-weight: bold;
  }

.t02 {
  background-color: #ffffff;
	padding: 2px 15px;
  }
  
.t03 {
  background-color: #F7F1EA;
	padding: 5px;
  }

.t04 {
  background-color: #ffffff;
	padding: 2px 15px;
  }

.mt01 {
  margin-top: 3px;
  }

.mt02 {
  margin-top: 20px;
  }


h2#top {
  text-indent: -9999px;
  background: url(img/top_title01.gif) no-repeat;
  width: 250px;
  height: 20px;
  }



.attention {
  color: #FF0000;
  font-size:14px;
  }

.bread {
	font-size: 10px;
	margin: 0px;
	padding-left: 210px;
	padding-top: 15px;
	padding-bottom: 5px;
  }



.rightboxtop{
	border:#999999 solid 1px;
	width: 212px;
   }
   
.rightbox{
	border:#999999 solid 1px;
	margin-top: 10px;
	width: 212px;
   }

.boxtext{
	padding: 7px;
   }
   
.boxtext2{
	padding: 7px;
	color:#666666;
	font-size: 0.8em;
   }

div#goinquiry{
	margin-top: 20px;
	text-align: center;
  }
  
.imgtokyo{
	width: 555px;
	height: 227px;
	background: url(../img/image_tokyo.jpg) no-repeat;
	}

.imagetexttop{
	color:#FFFFFF;
	padding-left: 30px;
	padding-top: 80px;
	width: 250px;
	line-height: 150%;
   }

.plan01 {
	float: left;
	width: 180px;
	height: 100px;
	border: #999999 solid 1px;
  }



.dottext {
	width: 531px;
	border-bottom: 1px dotted #cccccc;
	}	

.clear {
	clear:both;
	height:1px;
	background-color:#CCCCCC;
	margin-top: 5px;
	font-size: 1px;
	}

.box01{
	width: 509px;
	padding:10px;
	border:#999999 solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
   }
  

li.ya{
	list-style-image:url(../img/ya_0.gif);
	padding: 5px;
	}

li.second{
	list-style-type: none;
	padding: 5px 5px 5px 20px;
	}

img.topnavi{
	margin: 10px 0px;
	}

img.topnavi2{
	margin: 10px 5px;
	}

p.topnavi3{
	text-align: center;
	}

/* ビジュアルのスタイル */

.imgwebdesign{
	width: 555px;
	height: 227px;
	background: url(../img/imgtitle_webdesign.jpg);
	}

.company{
	width: 555px;
	height: 227px;
	background: url(../img/imgtitle_company.jpg);
	}


.netshop{
	width: 555px;
	height: 227px;
	background: url(../img/imgtitle_netshop.jpg);
	}

.others{
	width: 555px;
	height: 227px;
	background: url(../img/imgtitle_others.jpg);
	}


/* サブページのスタイル */

	
.imagetextsub{
	padding-left: 30px;
	padding-top: 150px;
	line-height: 150%;
	color: #FFFFFF;
   }

.detailtext01{
	color:#666666;
	}

.detailtext02{
	color:#666666;
	margin-top:10px;
	}

.topworksimg{
	border:#666666 1px solid;
	}

.topworks{
	text-align: center;
	padding: 5px 0;
	}