@charset "UTF-8";

/*
========  content. =================================

CSS INFORMATION
Site:URL:						
File name:					import.css
Summary:							CSS import file
Last Update:			09.09.09

====================================================
*/



/*-----------------------------------------------------
ALIGN
-------------------------------------------------------*/
.alignleft {
	text-align:left!important;
}

.aligncenter {
	text-align:center!important;
}

.alignright {
	text-align:right!important;
}


/*-----------------------------------------------------
DISPLAY
-------------------------------------------------------*/
.block {
	display:block!important;
}

.inline {
	display:inline!important;
}


/*-----------------------------------------------------
FLOAT & CLEAR & CLEARFIX
-------------------------------------------------------*/
.fl {
	float:left;
}

.fr {
	float:right;
}

img.fr {
 margin-left:12px;
	margin-bottom:12px;
}

img.fl {
 margin-right:12px;
	margin-bottom:12px;
}




/* CLEAR */

.clearer { 
	clear:both;
	display:block;
	margin:0;
	padding:0;
	height:0;
	line-height:1px;
	font-size:1px;
}

.clearer img {
	position:absolute;
	top:0;
	left:0;
	border:none;
}

.clear {
	clear:both;
}


/*-----------------------------------------------------
FONT-SETTINGS
-------------------------------------------------------*/
/*----------------------------------
FONT-COLOR
------------------------------------*/
.txt-light-g {
	color:#bbb!important;
}

.txt-b {
	color:#000!important;
}

.txt-blue {
	color:#0C1981!important;
}

.txt-g {
	color:#969696!important;
}

.txt-r {
	color:#BC0005!important;
}

.txt-p {
	color:#fb008d!important;
}

/*----------------------------------
FONT-SIZE
------------------------------------*/
/* DEFAULT FONT-SIZE & COLOR */
.txt-xs {
	font-size:70%!important;
}

.txt-s {
	font-size:80%!important;
}

.txt-m {
	font-size:100%!important;
}

.txt-l {
	font-size:120%!important;
}

.txt-xl {
	font-size:140%!important;
}

.txt-xxl {
	font-size:160%!important;
}

.txt-xxxl {
	font-size:180%!important;
}

/*----------------------------------
FONT-WEIGHT
------------------------------------*/
.weight-normal {
	font-weight:normal!important;
}

.weight-bold {
	font-weight:bold!important;
}


/*-----------------------------------------------------
BTN
-------------------------------------------------------*/

/*-----------------------------------------------------
HR
-------------------------------------------------------*/
hr.area-end {
	display:none;
}

/*-----------------------------------------------------
TABLE
-------------------------------------------------------*/
.bg_grey { background-color:#ccc;}


/*-----------------------------------------------------
BORDER
-------------------------------------------------------*/
.border_bottom {
 background:url(../images/bd_dotted-p.gif) repeat-x bottom left;
 padding-bottom:15px;
 width:687px;
}

.bordernone {
 border:none!important;
}

table.border_g {
 border-top:2px solid #ccc;
 border-left:2px solid #ccc;
}

table.border_g td {
 border-bottom:2px solid #ccc;
 border-right:2px solid #ccc;
  padding:4px;
}

/*-----------------------------------------------------
BACKGROUND
-------------------------------------------------------*/
.bg_l-grey {
 background-color:#eee;
}

/*-----------------------------------------------------
INPUT
-------------------------------------------------------*/
input {
	vertical-align:middle;
}


/*-----------------------------------------------------
LIST
-------------------------------------------------------*/

/* ICON setting */

/* 矢印 */
ul.arrow {
 margin-bottom:12px;
	margin-left:12px;
}

ul.arrow li a {
 background:url(../../entry/images/icon_arrow.gif) no-repeat 0 0.3em;
	padding-left:10px;
	margin-bottom:3px;
}

ul.arrow li a ul.arrow {
 margin:2px 0 0 4px;
}


.arrow {
background:url(../../entry/images/icon_arrow02.gif) no-repeat 0 0.3em;
padding-left:10px;
margin-bottom:3px;
}

.icon_arrow {
background:url(../images/icon_arrow02.gif) no-repeat 0 0.03em;
padding-left:15px;
}


/* ボーダートップ */
ul.border-top {
 background:url(../../entry/images/bd_g-dotted.gif) repeat-x top left;
	padding-top:15px!important;
}


/* 円 */
ul.circle,
ul.circle li,
li.circle {
	list-style:circle;
}

/* 四角 */
ul.square,
ul.square li,
li.square {
	list-style:square;
}


/*ローマ数字（小文字） */
ol.lower-roman,
ol.lower-roman li,
li.lower-roman {
	list-style:lower-roman;
}

/*ローマ数字（大文字） */
ol.upper-roman,
ol.upper-roman li,
li.upper-roman {
	list-style:upper-roman;
}

/* アルファベット（小文字） */
ol.lower-alpha,
ol.lower-alpha li,
li.lower-alpha {
	list-style:lower-alpha;
}

/* アルファベット（大文字） */
ol.upper-alpha,
ol.upper-alpha li,
li.upper-alpha {
	list-style:upper-alpha;
}

/* リスト無し */
ul.lsn,
ul.lsn li {
	list-style-type:none;
}

ul.lsn {
	margin-left:0;
	padding:0;
}


/*-----------------------------------------------------
MARGIN
-------------------------------------------------------*/
/* MARGIN-TOP */
.mt00 { margin-top:0px!important; }
.mt03 { margin-top:3px!important; }
.mt06 { margin-top:6px!important; }
.mt12 { margin-top:12px!important; }
.mt24 { margin-top:24px!important; }
.mt36 { margin-top:36px!important; }
.mt48 { margin-top:48px!important; }
.mt60 { margin-top:60px!important; }
.mt72 { margin-top:72px!important; }

/* MARGIN-RIGHT */
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr06 { margin-right:6px!important; }
.mr12 { margin-right:12px!important; }
.mr24 { margin-right:24px!important; }
.mr36 { margin-right:36px!important; }
.mr48 { margin-right:48px!important; }
.mr60 { margin-right:60px!important; }
.mr72 { margin-right:72px!important; }

/* MARGIN-BOTTOM */
.mb00 { margin-bottom:0!important; }
.mb06 { margin-bottom:6px!important; }
.mb12 { margin-bottom:12px!important; }
.mb24 { margin-bottom:24px!important; }
.mb36 { margin-bottom:36px!important; }
.mb48 { margin-bottom:48px!important; }
.mb60 { margin-bottom:60px!important; }
.mb72 { margin-bottom:72px!important; }
.mb150 { margin-bottom:150px!important; }

/* MARGIN-LEFT */
.ml02 { margin-left:2px!important; }
.ml06 { margin-left:6px!important; }
.ml12 { margin-left:12px!important; }
.ml24 { margin-left:24px!important; }
.ml36 { margin-left:36px!important; }
.ml48 { margin-left:48px!important; }
.ml60 { margin-left:60px!important; }
.ml72 { margin-left:72px!important; }
.ml140 { margin-left:140px!important; }
.ml170 { margin-left:170px!important; }
.ml200 { margin-left:200px!important; }
.ml220 { margin-left:220px!important; }
.ml250 { margin-left:250px!important; }

/* MARGIN-TOP & MARGIN-BOTTOM */
.mtb06 { margin-top:6px!important; margin-bottom:6px!important; }
.mtb12 { margin-top:12px!important; margin-bottom:12px!important; }
.mtb24 { margin-top:24px!important; margin-bottom:24px!important; }
.mtb36 { margin-top:36px!important; margin-bottom:36px!important; }
.mtb48 { margin-top:48px!important; margin-bottom:48px!important; }
.mtb60 { margin-top:60px!important; margin-bottom:60px!important; }
.mtb72 { margin-top:72px!important; margin-bottom:72px!important; }

/* MARGIN-LEFT & MARGIN-RIGHT */
.mlr06 { margin-left:6px!important; margin-right:6px!important; }
.mlr12 { margin-left:12px!important; margin-right:12px!important; }
.mlr24 { margin-left:24px!important; margin-right:24px!important; }
.mlr36 { margin-left:36px!important; margin-right:36px!important; }
.mlr48 { margin-left:48px!important; margin-right:48px!important; }

/*-----------------------------------------------------
PADDING
-------------------------------------------------------*/
/* PADDING-TOP */
.pt06 { padding-top:6px!important; }
.pt12 { padding-top:12px!important; }
.pt24 { padding-top:24px!important; }
.pt36 { padding-top:36px!important; }
.pt48 { padding-top:48px!important; }
.pt60 { padding-top:60px!important; }
.pt72 { padding-top:72px!important; }

/* PADDING-BOTTOM */
.pb06 { padding-bottom:6px!important; }
.pb12 { padding-bottom:12px!important; }
.pb24 { padding-bottom:24px!important; }
.pb36 { padding-bottom:36px!important; }
.pb48 { padding-bottom:48px!important; }
.pb60 { padding-bottom:60px!important; }
.pb72 { padding-bottom:72px!important; }

/* PADDING-LEFT */
.pl06 { padding-left:6px!important; }
.pl10 { padding-left:10px!important; }
.pl12 { padding-left:12px!important; }
.pl24 { padding-left:24px!important; }
.pl36 { padding-left:36px!important; }
.pl48 { padding-left:48px!important; }
.pl60 { padding-left:60px!important; }
.pl72 { padding-left:72px!important; }

/* PADDING-RIGHT */
.pr06 { padding-right:6px!important; }
.pr12 { padding-right:12px!important; }
.pr24 { padding-right:24px!important; }
.pr36 { padding-right:36px!important; }
.pr48 { padding-right:48px!important; }
.pr60 { padding-right:60px!important; }
.pr72 { padding-right:72px!important; }

/* PADDING-ALL */
.pa02 { padding:2px!important; }
.pa06 { padding:6px!important; }
.pa12 { padding:12px!important; }
.pa24 { padding:24px!important; }
.pa36 { padding:36px!important; }
.pa48 { padding:48px!important; }
.pa60 { padding:60px!important; }
.pa72 { padding:72px!important; }


/*-----------------------------------------------------
WIDTH
-------------------------------------------------------*/
.w50 { width:50px; }
.w60 { width:60px; }
.w90 { width:90px; }
.w95 { width:95px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w145 { width:145px; }
.w150 { width:150px; }
.w175 { width:170px; }
.w175 { width:175px; }
.w180 { width:180px; }
.w185 { width:185px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w225 { width:225px; }
.w230 { width:230px; }
.w250 { width:250px; }
.w275 { width:275px; }
.w280 { width:280px; }
.w300 { width:300px; }
.w325 { width:325px; }
.w350 { width:350px; }
.w375 { width:375px; }
.w400 { width:400px; }
.w450 { width:450px; }
.w500 { width:500px; }
.w530 { width:530px; }
.w550 { width:550px; }
.w600 { width:600px; }
.widthfull { width:100%;}

.nonvisual {
	font-size:1px;
	height:0;	
	left:0;
	line-height:1px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}

