@charset "UTF-8";
{
	margin: 0;
	padding: 0;
}

/*--------------- 基本設定---------------*/
body{
	color: #666666;
	margin: 0; 
	padding:0;
	font-size:12px;
	font-family: "メイリオ","ＭＳゴシック",Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

form{
	margin: 0px; 
}

a {
	text-decoration: none;
	color:#3333ff;
}
a:hover{
	text-decoration :underline;
	color:#000066;
}

input{
	font-family: "メイリオ","ＭＳゴシック",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea{
	font-family: "メイリオ","ＭＳゴシック",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


select{
	font-family: "メイリオ","ＭＳゴシック",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border: none;
	vertical-align: middle;
}
/*--------------- BOX設定---------------*/
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align:left;
}

#open-container{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin:0;
	background-image: url(../image/head-line.png);
	background-repear: repeat-x;
	height:28px;
	color:#696969;
}

#navi{
	height:60px;
	margin:0;
}

/*----- メインブロック -----*/
#main {
	padding-bottom: 25px;
	margin-left:3px;
	margin-right:3px;
}

/*----- フッターブロック -----*/
#footer{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -25px;
	bottom: 0;
	height: 25px;
	line-height:25px;
	clear: both;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background-color: #f8f8ff;
	text-align: center;
}


/*--------------- 入力関連 ---------------*/
.ime-active{
    ime-mode:active; 
}

.ime-inactive{
    ime-mode:inactive; 
}

.ime-disabled{
    ime-mode:disabled; 
}

/*--------------- ALIGN関係 ---------------*/
.txt-right{
    text-align:right;
}
.txt-center{
    text-align:center;
}
.txt-left{
    text-align:left;
}

.txt-top{
    vertical-align:top;
}
.txt-middle{
    vertical-align:middle;
}
.txt-bottom{
    vertical-align:bottom;
}
.txt-top-left{
    vertical-align:top;
    text-align:left;
}


/*--------------- 文字色 ---------------*/
.txt-red{
    color:#ff0000;
}

.txt-orange{
    color:#FF8C00;
}

.txt-pink{
    color:#FF69B4;
}

.txt-blue{
    color:#3333ff;
}

.txt-comment  {
	font-size:11px;
	color : #336699;
	font-weight:normal;
}

.txt-error{
	font-size:12px;
	color:#ff3366;
	text-align:left;
}

.txt-required{
    color:#ff0000;
}


/*------------------------------*/
/* font設定                    */
/*------------------------------*/
.font-normal {
	color:#000000;
	font-weight:normal;
	font-size:11px;
}
.font-sz10 {
	font-size:10px;
}
.font-sz11 {
	font-size:11px;
}
.font-sz12 {
	font-size:12px;
}
.font-sz13 {
	font-size:13px;
}
.font-sz14 {
	font-size:14px;
}
.font-sz15 {
	font-size:15px;
}
.font-sz16 {
	font-size:16px;
}

.font-bold {
	font-weight:bold;
}

.pos-center{
	margin-left: auto;
	margin-right: auto;
}

.border {
	border-bottom: 1px solid #BBBBBB;
}
.clear {
	clear: both;
}

.base-font {
	color: #666666;
	font-size:12px;
	font-family: "メイリオ","ＭＳゴシック",Verdana, Arial, Helvetica, sans-serif;
}