@charset "UTF-8";

/* --------------------------------------- */
/* default-style
/* --------------------------------------- */
html {
  font-size: 62.5%;
}
body {
	color: #333;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-size: 130%;
	line-height: 1.5;
	min-width: 960px;
}

/* --------------------------------------- */
/* link
/* --------------------------------------- */
a {
	color: #333;
	transition: all 0.5s;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

/* --------------------------------------- */
/* layout
/* --------------------------------------- */
header {

}
main {

}
#side { 
}
#contents {
	margin: 0 auto 45px;
	width: 100%;
}
footer {	

}

/* --------------------------------------- */
/* common-style
/* --------------------------------------- */

/* --------------------------------------- */
/* header
/* --------------------------------------- */


/* --------------------------------------- */
/* main
/* --------------------------------------- */

/* --------------------------------------- */
/* side
/* --------------------------------------- */

/* --------------------------------------- */
/* contents
/* --------------------------------------- */

/* --------------------------------------- */
/* footer
/* --------------------------------------- */