@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++
   ガイドページ：default.css
   
   ・全テーマに共通
   ・ここを変更すると全テーマに反映されます。
   
   最終更新：2010.03.26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* {
     margin: 0;
     padding: 0;
     border: 0;
     text-decoration: none;
/* line-height: 1; */
     font-size: 100%;
     font-style: normal;
	}

body {
	margin:0 auto;
	padding:0 auto;
	font-size: 14px;
	line-height: 140%;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka;
	/* vertical-align: top; */
	/* text-align:center; */
	/* background:url(../img/com_bg_all.jpg) repeat; */
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin: 0px;
	padding: 0px;
    font-size:100%;
	font-weight:normal;
	font-style:normal;
	}

p {
	margin: 0;
	/*
	line-height:140%;
	margin-bottom:20px;
	*/
	}

img{
	border:none;
	margin:0;
	padding:0;
	vertical-align:top;
	/*vertical-align:bottom;*/
	}

ul,ol{
	list-style-type:none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.clear {
	clear:both;
	}

br.clear {
	clear: both;
	/*font: 0pt/0pt sans-serif;*/
	/*background-color:#00FFFF;*/
	}

a:link {color:#0033CC; text-decoration: underline;}
a:visited {color:#0033CC; text-decoration: underline;}
a:hover {color:#FF7700; text-decoration: underline;}








