﻿@charset 'utf-8';

*	{margin: 0;
	 padding: 0;
	 background-color: transparent;	
}

/* デフォルト */
html{	font-size: 0.75em;
	font-family: Osaka ,sans-serif ,Verdana ,'MS UI Gothic';
	text-align: left;
        scrollbar-arrow-color: #696;
        scrollbar-3dlight-color: #fff;
        scrollbar-darkshadow-color: #fff;
        scrollbar-highlight-color: #fff;
        scrollbar-shadow-color: #fff;
        scrollbar-face-color: #fff;
        scrollbar-track-color: #fff;

        
}

body {	color: #444444;
	background-color: #ffffff;
	line-height: 1.4em;
	text-align: center;
        background: url(img/bg.jpg) top center no-repeat;
}

/* ページの設定 */

#wrap{
       width:340px;
        margin:0px auto;
       
}

#container{text-align:left;
           width:325px;
           height:295px; 
           margin:48px 15px 10px 0;
           overflow:auto;
}

/* 段落の設定 */
p{margin:50px 5px 0 80px;
  line-height:1.8em;
}

/* リストの設定 */

ul li         {margin-left:90px;
               list-style:none;
}

ul li.complete{padding-left:170px;
               list-style:none;
}

/* アンカーの設定 */
a:link, a:visited {
	color: #696;
	text-decoration: none;
}
a:active, a:hover {
	color: #444;
	text-decoration: none;
}

/* 画像の設定 */
img     {border: 0;
}

/* フォーム部分の設定 */
form dl{margin-top:10px;
        margin-left:100px; 
}

form dl dt {
	width: 5em;
        float: left;

}
form dl dd {
	margin-left: 5em;
}


form fieldset {border: 0px solid #000000;
}

form input, form select {margin-right: 1px;
	                 padding: 2px;
                         border:#ffffff solid 1px;
                         border-bottom:#444444 solid 1px;
	                 font-size: 0.9em;
                         letter-spacing:1px;
}

form select {margin-top: 1px;
}

form textarea {font-size: 1.0em;
	       padding: 5px 5px;
	       font-family: 'ＭＳ ゴシック', Osaka, Verdana;
	       line-height: 1.3em;
               border:#444444 solid 1px;
               overflow:auto;
               margin:2px 0 0 -30px;
               width:180px;
               height:80px;
}

.checkbox{border:none;
          
}

.check       {border:#aaa solid 1px;
              background:#ffffff;
              color:#696;
              width:60px;
              height:20px;
              position:relative ;
              top:5px;left:20px;
}

.check1      {border:1px #696 solid;
              background:#ffffff;
              color:#444444;
              width:160px;
              letter-spacing:1px;
              margin: 5px 0 20px 0;
              padding:2px 5px;
              font-size: 1.0em;
              font-family: Osaka, Verdana ,'MS UI Gothic';
}

.check2{margin-top:10px;
}

.res{border:none;
     margin-top:8px; 
     
}

/* プレビューの設定 */
dl.pre{padding-left:80px;
}

/* フッターの設定 */
#footer{position:relative;
        margin-left:180px;
}

address a{margin-left:10px;
}