@charset "euc-jp";

/*
	SiteName: MINATO あらかると
	Description: Univarsal Reset, text Setting
	Version: 20110322
*/ 

/* -------------------------- Universal Reset -------------------------- */
body, 
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li, 
address, form, fieldset, blockquote, 
table, th, td, ins, img {
	margin: 0;
	padding: 0;
	border: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
ul { list-style: none;}
/* -------------------------- Base Setting -------------------------- */
html {}

body {
	position: relative;
	font: normal normal 80% /1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
/* ---------------------------------------------------------------------

	Base Tag Setting

--------------------------------------------------------------------- */
/*- table -*/
table { border-collapse: collapse;}
table th { font-weight: normal;}

/*- a -*/
a:link,
a:visited {
	outline: none;
	color: #1689BF;
}
a:hover { text-decoration: none; }
a:active { color:#FF6600 ;}

a:hover img {
/*	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
}
/*- Other -*/
address { font-style: normal;}
blockquote {}
ins {}
em { font-style: italic; }
strong {
	font-weight: bold;
}
abbr {
	border-bottom: 1px dotted #cccccc;
	cursor: help;
}
/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%;} 
.clearfix { display: block;}

/* ---------------------------------------------------------------------

	Text and layout Setting
	運用に使用するスタイル

--------------------------------------------------------------------- */
.dispNone { display: none;}
.dispBlock { display: block;}

/* -- float_setting -- */
.fRight { float: right; }
.fLeft { float: left; }

img.fRight { float: right; margin:0 0 15px 15px; }
img.fLeft { float: left; margin:0 15px 15px 0; }
img.ico { vertical-align: middle; margin: 0 4px 0 0;}

.clear { clear: both; }

/* -- text_setting -- */
.block { display: block;}
.tRight { text-align: right;}
.tLeft { text-align: left;}
.tSmall { font-size: x-small; line-height: 1.4em}
.tMed { font-size:medium; line-height: 1.4em}
.tStrong { font-weight: bold;}
.tNormal { font-weight: normal;}
.tIndent { text-indent: 1em;}
.tCenter { text-align:center;}
.tUnderline { text-decoration:underline;}
.tThrough { text-decoration: line-through;}
.tCation { background: #FFFFEE; padding: 10px;}

/* -- text_setting -- */
.tRed { color: #FF0000;}
.tGray { color: #999999;}

.texIcon { background: #FF6600; color: #FFFFFF; padding: 2px 2px; font-size: 10px;}

/* -- hr_setting -- */
hr { color:#FFFFFF; clear:both; }
hr.dot { border:none; border-bottom:#CCCCCC dotted 1px; margin:10px 0;}
hr.dsh { border:none; border-bottom:#CCCCCC dashed 1px; margin:10px 0;}
hr.clear { clear: both; visibility:hidden; margin:1px 0; }

/* -- ul_setting -- */	
ul.decimal,ol.decimal { list-style: decimal; margin: 0 0 1.5em 2em; }
ul.disc,ol.disc { list-style: disc; margin: 0 0 1.5em 2em; }
ul.square,ol.square { list-style: square; margin: 0 0 1.5em 2em; }
ul.indent,ol.indent { list-style: none; margin: 0 0 1.5em 2em; text-indent: -1em; }

ul.decimal li,ul.disc li,ul.square li,ul.indent li,
ol.decimal oi,ul.disc oi,ul.square oi,ul.indent li { margin-bottom: 0.2em;}

ul.nomargin,ol.nomargin { margin-bottom: 0.2em;}

ul.center { text-align: center; margin: 20px auto;}
ul.center li { padding: 0 10px; display: inline;}

/* -- dl_setting -- */
dl.indent > dd{ list-style: none; margin: 0 0 0 2em; text-indent: -1em; }


/* -- margin_setting -- */
.m0 {margin: 0;}
