@charset "shift_jis";

/*
// 概要		--------------------------------------------------------------------
// このファイルは、文字設定を記述したCSSファイルで、フォントサイズは『中（標準）』です。
// サイト名：四国八十八.net（http://www.shikoku88.net/）
// 作成日：2007年7月
// 製作者：ドコモサービス四国株式会社（http://www.docomo-ss.co.jp/）
// 権利保有者：あなぶきトラベル（http://www.anabukitravel.jp/）
// Copyright(c) 2007 Anabukitravel Inc.　All Rights Reserved
// -----------------------------------------------------------------------------
 */


/* 目次
--------------------------------------------------------------------------

	1. ベースフォント
	2. 各種フォントサイズ

--------------------------------------------------------------------------
*/








/* 1. ベースフォント
------------------------------------------------*/
body {
		font-size:90%;
		line-height:1.4em;
		color: #000000;
}


.toptxt { 	/* トップページの『巡る』などの横の紫の太文字 */
			font-size:110%;
			line-height:1.2em;
			color: #320e81;
			font-weight:bold;
}





/* 2. 各種フォントサイズ（bodyのフォントサイズに対する比率です）
-------------------------------------------------------------------*/
.size01	{	/* サイズ最大 */
			font-size:150%;
			line-height:1.4em;
		}


.size02	{	/* サイズ大 */
			font-size:130%;
			line-height:1.3em;
		}


.size03	{	/* サイズやや大 */
			font-size:110%;
			line-height:1.3em;
		}


.size03blue	{	/* サイズやや大 太字　会社概要タイトルなど */
			font-size:110%;
			color: #0662a5;
			line-height:1.3em;
			font-weight:bold;
		}


.size04	{	/* サイズ標準 */
			font-size:100%;
			line-height:1.2em;
		}


.size05	{	/* サイズ小（注意文のサイズ） */
			font-size:85%;
			line-height:1.1em;
		}


.size06	{	/* サイズ最小 */
			font-size:75%;
			line-height:1.1em;
		}


.bold { font-weight: bold }
