@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：ゆるキャラグランプリ オフィシャルウェブサイト
作成日：2013.10.28
修正日：2013.10.29
ガイドライン：Ver.02
製作者：株式会社エムアップ
------------------------------*/


/* ------------------------------------
 * BASE
 * ------------------------------------ */


/*--- BODY ------------------*/

body {
	line-height: 1.5;
	background: url(../img/base/bg.gif) center top repeat #fffbe4;
	color: #624513;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	text-align: center;
	min-width:960px;
}


/*--- LAYOUT ------------------*/

#container {
	position: relative;
	font-size: 93%;
}

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	zoom: 1;
}

#contents {
	padding: 20px 0 40px;
	background: #ffd200;
	padding-bottom: 40px;
	text-align: left;
	zoom: 1;
}

#contents #main {
	display: inline;
	float: right;
	width: 732px;
	margin-left: -2px;
	background: url(../img/common/contents_main_bg.jpg) right top repeat-y;
}
#index #contents #main {
	width: 730px;
	margin-left: 0;
	background: none;
}

#contents #side {
	display: inline;
	float: left;
	width: 212px;
	overflow:hidden;
}

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 100px;
	color: #333;
	text-align: left;
	font-size: 93%;
}

.wrap {
	width: 100%;
	zoom: 1;
}


/*--- clearfix ------------------*/

.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.clearfix:after,
#header:after,
#contents:after,
.wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}


/*--- FONT SIZE ------------------*/

.text9 {
	font-size: 77%;
}
.text10 {
	font-size: 85%;
}
.text11 {
	font-size: 93%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 108%;
}
.text14 {
	font-size: 116%;
}
.text15 {
	font-size: 123.1%;
}
.text16 {
	font-size: 131%;
}
.text17 {
	font-size: 138.5%;
}
.text18 {
	font-size: 146.5%;
}
.text19 {
	font-size: 153.9%;
}
.text20 {
	font-size: 161.6%;
}
.text21 {
	font-size: 167%;
}
.text22 {
	font-size: 174%;
}
.text23 {
	font-size: 182%;
}
.text24 {
	font-size: 189%;
}
.text25 {
	font-size: 197%;
}