@charset "utf-8";

/*--------------------------
　ブラウザの初期設定解除
---------------------------*/

/*Universal*/
*{
	border: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #000000;
}

body,
h1,h2,h3,h4,h5,h6,
p,ul,
form,select,option,input
address,pre,em,iframe{
	margin:0;
	padding:0;/*IEの文字サイズ「小」に該当するサイズです*/

}


/*◆全ての要素に対する初期値設定*/


/*◆画像の枠線を非表示*/
img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noborder {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
}

/*◆カラムラスト*/

.chop {
	margin-right: 0% !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.chop2 {
    margin-bottom: 0% !important;
	margin-bottom: 0px !important;
}


/*◆デフォルトリンク色の設定*/
a{
	color: #274F00;
	text-decoration: none;
}
a:visited{
	color: #605228;

}

/*
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 *//*
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}
*/


li {
	list-style-type: none!important;
}

h1 {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}


a:hover,a:active{
	color: #FF9900;
	text-decoration: none;

}

a:link span,a:visited span{
	text-decoration: none;
	}

a:hover span{text-decoration:none;}


/*
a:hover img
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

----*/



/*------------------------------------------------
	clear, clearfix
------------------------------------------------*/
.clearfix:after {/*for modern browser*/
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { 
	display: inline-block; 
	zoom:normal;/*for IE 5.5-7*/
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

.clearfix {/*for DreamWeaver View*/
	overflow:hidden;
}

.clear {
	clear: both;
}
