@charset "Shift_JIS";

/* default styles *************************************************************/

html {
  padding: 0;
  margin: 0;
}

* {line-height: 1.6;font-size: 12px;}


/* text styles ****************************************************************/


body {
       text-align: center;
       margin:0 auto;
       padding:0;
       font-family: Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

p, ul, ol, dl, table, pre {
	font-size: 12px;
	letter-spacing: 0.02em;
}

img {border: 0;}

h1 {
	font-size: 16px;
	font-weight:bold;
	margin:20px 0 10px 20px;
	padding:0 0 0 10px;
	border-left: 3px solid #cccccc;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	margin:20px 0 10px 20px;
	padding:0 0 5px 10px;
	border-bottom: 1px solid #cccccc;
}

.l_margin { 
       margin:0 0 30px 30px;

 }

/* Link styles ****************************************************************/

#out a {text-decoration: none;}

#out a:link {
	color: #337ED2;
}

#out a:visited {
	color: #56AEE1;
}

#out a:hover {
	color: #337ED2;
}

/* 手抜きロールオーバー */
a:hover img {
              moz-opacity:0.7;
              opacity:0.7;
              filter: alpha(opacity=70);
}

#menu {

}


/* layout styles **************************************************************/
#out {
       text-align: center;
       margin:0px auto;
       width:700px;
       border: 0;
       background-image: url(image/bg.jpg);
       background-repeat: repeat-y;
}

#head {
        text-align: center;
}

#main{
       text-align: left;
       width:680px;
       margin:0px auto;
       border-right: 1px solid #cccccc;
       border-left: 1px solid #cccccc;
       background-color:#FFFFFF;
       letter-spacing: 0.1em;
}

#footer {

        text-align: center;

}


/* table styles ***************************************************************/
td { 
     padding: 0;
     vertical-align:top;
        }

td.main_l {
            border-right: 1px solid #cccccc;
            }


td.main_r { 
            padding: 5px;
 }
