﻿/*
Komugi's Web Site for PC base.css Ver.2013.12.01 
*/

/*バックライト装飾文字*/
.bright{
		font-size: 90%;
		font-weight: bold;
		color: #ff6600;
		text-shadow:
		0 0  4px #fff,
		0 0  8px #fff,
		0 0 12px #fff,
		0 0 14px #00cc00,
		0 0 16px #00cc00,
		0 0 18px #00cc00,
		0 0 20px #00cc00;
}

/*テキストシャドウとpタグの行間設定*/
h1,h2,h3,h4,h5 {
		text-shadow: 2px 2px 6px #aaaaaa;
}
p {
		text-shadow: 1px 1px 4px #aaaaaa;
		line-height: 150%;
}

/*小文字*/
#small{
	font-size: small;
}

/*極小文字*/
#x_small{
	font-size: x-small;
}

/*200×150画像用*/
#img_200 {
	width: 200px;
	height: 150px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}

/*250×188画像用*/
#img_brd {
	width: 250px;
	height: 188px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*188×250画像用*/
#img_188 {
	width: 188px;
	height: 250px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*400×300画像用*/
#img_400 {
	width: 400px;
	height: 300px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*500×375画像用*/
#img_500 {
	width: 500px;
	height: 375px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*地図イメージ画像用*/
#img_300 {
	width: 300px;
	height: 300px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	/*float: left;*/
	position: relative;
	left: 0px;
	top: 0px;
}
/*焼き上がり時刻表画像用*/
#img_timetbl {
	width: 480px;
	height: 679px;
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	position: relative;
	left: 0px;
	top: 0px;
}

#img_general {
	border-radius: 15px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	position: relative;
	left: 0px;
	top: 0px;
}
